Bonuses

Delete Bonus

DELETE
/api/v2/bonuses/{bonusId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

bonusId*integer

Bonus ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/bonuses/1"
Empty
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Forbidden"  }}
{  "error": {    "message": "Not Found"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}