cURL
curl --request DELETE \ --url https://api.edgee.app/v1/api_tokens/{id} \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "id": "<string>", "deleted": true }
Delete an ApiToken that has previously been created. Once deleted, the ApiToken can no longer be used to authenticate requests.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here
Bearer <token>
<token>
The deleted ApiToken
The response is of type object.
object
Was this page helpful?