DELETE /v1/serviceAccounts/{id}

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".

Servers

Path parameters

Name Type Required Description
id String Yes

Identifier of the service account to delete.

Query parameters

Name Type Required Description
transferTo String No

Identifier of a user/service account to receive the transfer of content from the deleted service account.
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.

deleteContent Boolean No

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

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.