This API permanently deletes an account identified by its unique ID. It removes the account from the system along with all directly associated data such as contacts, preferences, and configurations.
Used when an administrator or automation system needs to remove a customer or organizational account from the database, such as in cases of account closure, data cleanup, or customer offboarding.
| Parameter | Type | Description |
|---|---|---|
| account_id | string | Unique identifier of the account. |
No query parameters required for this endpoint.
No request body is required for this endpoint.
This endpoint does not return a response body. Upon successful execution, the account is deleted and an HTTP 204 No Content status code is returned.
This endpoint delete a specific note associated with an account by its unique note UUID. Once deleted, the note and any attached content will no longer be retrievable from the system.
This endpoint is used when an account contains outdated, duplicated, or irrelevant note entries, this endpoint enables authorized users to remove that specific note. This is particularly useful for maintaining data hygiene, correcting mistakes, or removing notes that were added in error. Since notes can contain content or files, removing them ensures they are no longer accessible to internal or external viewers.
| Parameter | Type | Description |
|---|---|---|
| account_id | String | The unique identifier of the account |
| note_uuid | String | The unique identifier of the note |
No query parameter is required for this endpoint.
No request body is required for this endpoint.
The response is empty, but the HTTP status code returned is 204 No Content, indicating that the note has been successfully deleted with no further content returned in the body.
This endpoint permanently delete a specific file that was previously attached to a particular note in an account. It ensures that irrelevant or outdated attachments can be removed to maintain clean and relevant note content.
This endpoint used by the authenticate users to delete a specific file from a note without affecting the note’s text content or other attachments. An account note may contain one or more attached files, such as images, PDFs, or documents. Over time, some of these attachments may become outdated, irrelevant, or accidentally uploaded.
| Parameter | Type | Description |
|---|---|---|
| account_id | String | Unique identifier of the account |
| note_uuid | String | Unique identifier of the note |
| file_uuid | String | Unique identifier of the file to be deleted |
This endpoint does not have any query parameters.
No request body is required for this endpoint.
The response is empty, but the HTTP status code returned is 204 No Content, indicating that the file of a particular note has been successfully deleted with no further content returned in the body.
This API permanently removes a specific address associated with an account, identified by its UUID.
Used when an address is no longer valid or relevant to the account, such as during user profile cleanup, address correction, or account data minimization.
| Parameter | Type | Description |
|---|---|---|
| account_id | string | Unique identifier of the account. |
| address_uuid | string | Unique identifier of the address to delete. |
No query parameters required for this endpoint.
No request body is required for this endpoint.
The address is deleted successfully. The API returns an HTTP status code 204 No Content without any response body.
This API permanently deletes a specific contact from an account, based on its type (billing, shipping).
Used when a contact record (Billing Contact or Shipping Contact) is no longer required and should be removed from the account.
| Parameter | Type | Description |
|---|---|---|
| account_id | String | Unique identifier of the account. |
| contact_type | String | Contact type identifier (e.g., CONTACT_1). |
No query parameters required for this endpoint.
No request body is required for this endpoint.
The contact is deleted successfully. The API returns an HTTP status code 204 No Content with no response body.
This API endpoint delete a specific payment method from an account using its unique payment method reference. It ensures that outdated, invalid, or unwanted payment methods can be removed from the system to maintain accurate and secure billing data.
This API is used when an account holder needs to remove a saved payment method, such as an expired credit card or a revoked bank account. It supports secure cleanup of payment data and ensures that only valid and active payment options remain associated with the account.
| Parameter | Type | Description |
|---|---|---|
| account_id | String | Unique identifier of the account |
| payment_reference | String | Reference ID of the payment method to be deleted |
No query parameters required for this endpoint.
No request body is required for this endpoint.
This endpoint does not return a response body. Upon successful execution, the payment method is deleted and an HTTP 204 No Content status code is returned.
This API deletes the image associated with a specific account. Once deleted, the account will no longer have an image stored in the system.
| Parameter | Type | Description |
|---|---|---|
| account_id | string | Unique identifier of the account whose image to delete |
This endpoint does not have any query parameters.
No request body is required for this endpoint.
This endpoint does not return a response body. Upon successful execution, the account is deleted and an HTTP 204 No Content status code is returned.
With our robust set of tools and resources, you can create custom solutions that integrate seamlessly with our system and take your business to the next level.
©2026 Exsited. All rights reserved.