v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
serviceAccountManagement

Delete a service account.

Delete a service account with the given identifier from the organization and transfer its content to a user or a service account with the identifier specified in "transferTo".

delete/v1/serviceAccounts/{id}

Path parameters

idstring required

Identifier of the service account to delete.

Query parameters

transferTostring

Identifier of a user/service account to receive the transfer of content from the deleted service account. <br> Note: If deleteContent is not set to true, and no user identifier is specified in transferTo, content from the deleted service account is transferred to the executing user.

deleteContentboolean

Whether to delete content from the deleted service account or not. <br> Warning: If deleteContent is set to true, all of the content for the service account being deleted is permanently deleted and cannot be recovered.

Response

Service account was deleted successfully.