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

NameTypeRequiredDescription
idintegerYesID of the token to be deleted.