cURL
curl --request DELETE \ --url https://api.example.com/api/v1/organizations/{organizationID}/serviceaccounts/{serviceAccountID} \ --header 'Authorization: Bearer <token>'
{ "error": "access_denied", "error_description": "authentication failed" }
Removes a service account and revokes an access token.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A service account ID.
Service account removed and access token revoked.