Skip to main content

Delete a project API token.

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

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

Request

Path Parameters

  • projectId string required
  • token string required
Responses

This response has no body.

Loading...