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).
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).