Delete API token
DELETE
https://api.datawrapper.de/v3/auth/tokens/{id} Delete (=revoke) an API access token. Check /v3/auth/tokens to get the IDs of your available tokens. Requires scope auth:write.
Example Request
curl --request DELETE \
--url https://api.datawrapper.de/v3/auth/tokens/12345 \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | ID of the token to be deleted. |