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