Skip to main content

Delete API token

DELETE /api/admin/api-tokens/:token

Deletes an existing API token. The token path parameter is the token's secret. If the token does not exist, this endpoint returns a 200 OK, but does nothing.

Request

Path Parameters

  • token string required
Responses

This response has no body.

Loading...