cURL
curl --request DELETE \ --url https://api.example.com/rewards/claim-schedules/{id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a claim schedule
rewards:write_claims_schedule
The access token received from the authorization server in the OAuth 2.0 flow.
A successful response.
The response is of type object.
object
Was this page helpful?