Skip to main content

Delete a token for a service account.

DELETE 

<your-unleash-url>/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.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/service-account/:id/token/:tokenId' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!