Skip to content

Delete a service account

DELETE
/api/security/serviceAccounts/{id}
curl --request DELETE \
--url https://example.com/api/security/serviceAccounts/example \
--header 'Authorization: Bearer <token>'

Removes a service account from the system

id
required

Service account ID

string

Service account deleted successfully

Invalid request