Delete a rewardType by ID
DELETE/rewardType/:rewardTypeId
Delete a rewardType by ID
Request
Path Parameters
rewardTypeId rewardTypeIdrequired
The unique identifier for the rewardType to delete
Responses
- 204
- 404
- 500
rewardType deleted successfully
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Loading...