Skip to main content
POST
/
award-prompts
/
delete
Delete award prompt
curl --request POST \
  --url https://arbitrators.platform.arb.inc/award-prompts/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ruleSet": "AAA-Commercial"
}
'
"award prompt successfully deleted"

Authorizations

Authorization
string
header
required

access token

Body

application/json
ruleSet
string
required

Rule set identifier

Required string length: 1 - 50
Example:

"AAA-Commercial"

Response

Award prompt successfully deleted

The response is of type string.

Example:

"award prompt successfully deleted"