Skip to main content

Delete a service account.

DELETE <your-unleash-url>/api/admin/service-account/:id

Authorization

name: Authorizationtype: apiKeyin: header

Deletes an existing service account identified by its id.

Request

Path Parameters

  • id string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
id — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/service-account/:id' \
-H 'Authorization: <API_KEY_VALUE>'