Skip to main content

Delete Company


Permanently delete a company from your partner account.

Endpoint

PropertyValue
URLDELETE /white-label-partner/company/{companyId}
MethodDELETE
AuthR-Auth: <partner-jwt>

Example Request

curl --location '{{baseUrl}}/white-label-partner/company/{{companyId}}' \
--header 'R-Auth: {{partnerJwt}}' \
--request DELETE

Path parameters

ParameterTypeRequiredDescription
companyIdUUIDYesCompany UUID to delete

Response

204 No Content
Irreversible action

Once deleted, the company and its associated API key are permanently removed and cannot be recovered.