Skip to main content

Delete a token for a service account.

DELETE 

/api/admin/service-account/:id/token/:tokenId

Deletes a token for the service account identified both by the service account's id and the token's id.

Request

Path Parameters

    id stringrequired
    tokenId stringrequired

Responses

This response has no body.

Loading...