DELETE
/
v1
/
core
/
auth
/
tokens
/
{id}
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>"
}

Path Parameters

id
string
required

Response

200 - application/json

Delete a single authentication token by ID

The response is of type object.