Access Tokens

Delete a team access token

Deletes a team access token, identified by its secret value or name.

post/teams/{team_id}/delete_access_token

Path parameters

team_idinteger required

Team ID

Request body

idstring required

The token to delete. This can be its secret value or its name.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.