Delete a service account
service-accounts
Delete a service account
Delete a service account.
Permanently deletes a service account. This action cannot be undone.
Context:
- Hard delete (permanent removal)
- Cannot be undone
- Use deactivate if you want to temporarily disable access
Related Endpoints:
- POST /service-accounts//deactivate - Temporarily disable account
DELETE
Delete a service account
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Path Parameters
UUID of the service account to delete
Response
Service account deleted successfully