Delete API Token
DELETE
/api/v1/apis/token/Query parameters
token_nameQuerystringrequiredName of the API token to delete
- required
- must be a non-empty string
- may contain letters, numbers, hyphens, and underscores
exampleapi_automationapikeyQuerystringrequiredAPI key used to authenticate the delete token request
- required
- non-empty string
- must match the server-issued API key
example{{api_key}}locationQuerystringrequiredSpecifies the location identifier for the API token to delete.
- must be a non-empty string
- may contain letters, numbers, hyphens, and underscores
example{{location}}
Responses
200Successful response
HTTP status code returned by the delete operation
example
200Confirmation message indicating the token was deleted
example
Token has been deleted successfully