Last updated
© 2025 make.com
Last updated
Deletes currently authenticated user's API token with the specified creation timestamp. Get the API token creation timestamp with the API call GET /users/me/api-tokens
in the parameter value created
. Copy the timestamp string to the API call path to delete the API token.
The timestamp of the moment when you created the API key in the ISO 8601 compliant format.
"2020-03-27T05:53:27.368Z"
Successful response