Skip to main content
Version: 1.0.0

Delete Company


Permanently delete a company from your partner account.

Endpoint

PropertyValue
URLDELETE /white-label-partner/company/{companyId}
MethodDELETE
AuthR-Auth: <partner-jwt>
Base URLStage Environment https://api-fr-stage.docnova.ai/
Production Environment https://api-fr.docnova.ai/

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.