# Delete a sub-account

Permanently deletes a sub-account (company) from the Partner account.

This operation is irreversible and can only be performed by Signable Partners.

Endpoint: DELETE /companies/{company_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `company_id` (string, required)
    Unique identifier of the sub-account to delete.
    Example: "214821"

## Response 200 fields (application/json):

  - `http` (integer, required)
    HTTP status code indicating the result of the request.
    Example: 200

  - `message` (string, required)
    Confirmation message indicating that the sub-account has been deleted.
    Example: "Apple Tree Ltd has been removed."

  - `company_id` (string, required)
    Identifier of the deleted sub-account.
    Example: "214821"

  - `company_name` (string, required)
    Name of the deleted sub-account.
    Example: "Apple Tree Ltd"

  - `company_email` (string, required)
    Email address of the deleted sub-account.
    Example: "abby@appletree.com"


