cURL
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"
Deletes an award prompt for a specific rule set. Requires arbitrators.award-prompts.writer permission.
arbitrators.award-prompts.writer
access token
Rule set identifier
1 - 50
"AAA-Commercial"
Award prompt successfully deleted
The response is of type string.
string