Delete Company
Permanently delete a company from your partner account.
Endpoint
| Property | Value |
|---|---|
| URL | DELETE /white-label-partner/company/{companyId} |
| Method | DELETE |
| Auth | R-Auth: <partner-jwt> |
Example Request
curl --location '{{baseUrl}}/white-label-partner/company/{{companyId}}' \
--header 'R-Auth: {{partnerJwt}}' \
--request DELETE
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
companyId | UUID | Yes | Company 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.