Delete a project API token.

View as Markdown

This operation deletes the API token specified in the request URL. If the token doesn’t exist, returns an OK response (status code 200).

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired
tokenstringRequired

Response

This response has no body.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error