Skip to main content

Delete API Token

DELETE/api/v1/apis/token/

Query parameters

  • token_nameQuerystringrequired

    Name of the API token to delete

    • required
    • must be a non-empty string
    • may contain letters, numbers, hyphens, and underscores
    exampleapi_automation
  • apikeyQuerystringrequired

    API key used to authenticate the delete token request

    • required
    • non-empty string
    • must match the server-issued API key
    example{{api_key}}
  • locationQuerystringrequired

    Specifies 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
object
codeinteger

HTTP status code returned by the delete operation

example200
dataobject
errorsobject
messagestring

Confirmation message indicating the token was deleted

exampleToken has been deleted successfully