cURL
curl --request DELETE \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/auth/tokens/{id}
{ "tokenId": "<string>", "tokenName": "<string>", "organizationId": "<string>", "authorizedOrgGroupId": "<string>", "parentOrgGroupTokenId": "<string>", "createdAt": "<string>" }
Delete a single authentication token within a given org by ID. Can only be used with org-group tokens.
Delete a single authentication token by ID
The response is of type object.
object