Skip to main content
DELETE
Delete a sub-account
Permanently deletes a subaccount and all its associated credentials.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Warning: Deleting a subaccount is permanent. This action cannot be undone. Ensure you have backed up any necessary data before proceeding.

Parameters

No request body or parameters required. The sub-account ID is specified in the URL path.

Request

cURL

Response Example

Success Response (200 OK)
Success: The API returns a 200 OK status with a confirmation message when the sub-account is successfully deleted.

Lost the sub-account credentials?

You do not need the sub-account’s own auth_id / auth_token to delete it. This endpoint authenticates as the parent (X-Auth-ID / X-Auth-Token of your MA_… account), and the sub-account is identified by the {sub_auth_id} in the path. So even if the credentials returned at creation were lost, the parent can still find and remove the sub-account.
1

List your sub-accounts to find the SA_ id

Call List Sub-Accounts and identify the one to remove by its name, email, or created timestamp.
2

Delete it by its SA_ auth id

Use the auth_id (SA_…) from the listing as {sub_auth_id}:

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

sub_auth_id
string
required

Response

Success

message
string
required