Delete tokens
Remove tokens with immediate effect.
Delete tokens permanently from your vault with one API call.
Please refer to the API Reference to get a detailed view of all required and optional fields.
curl --request DELETE \
--url 'https://api.sandbox.datatrans.com/v1/aliases/{{token}}' \
--header 'Authorization: Basic {{basicAuth}}'
A HTTPS 204
response will be returned with no content if the deletion was successful.
Updated 4 months ago