Delete a service account
DELETE/v1/networks/:networkId/service-accounts/:id
Permanently removes the service account. All of its active API keys are revoked first, then its network membership is removed, then the account record itself — so a partial failure can never leave live keys behind a deleted identity. Requires the administrator role.
Request
Responses
- 200
- 401
- 403
- 404
Delete a service account
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found