cURL
curl --request DELETE \ --url https://api.opal.dev/v1/delegations/{delegation_id} \ --header 'Authorization: Bearer <token>'
Deletes a delegation by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the delegation to remove.
Delegation removed successfully
Was this page helpful?