Endpoint
Authentication
This endpoint may require authentication depending on your security configuration. Include a valid bearer token in the Authorization header if required. Permission Required:company:purge (if authentication is enabled)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/v3/product/company/{documentId}/purge
company:purge (if authentication is enabled)
{
"message": "Company record permanently deleted successfully",
"data": {},
"meta": {
"correlation": "29146752-ef3a-4569-b397-ff2144412c4a",
"status": 200,
"timestamp": "2024-01-01T00:00:00.000Z"
}
}
{
"error": {
"code": "NOT_FOUND",
"message": "Record with document_id '550e8400-e29b-41d4-a716-446655440000' not found"
},
"meta": {
"correlation": "...",
"status": 404,
"timestamp": "..."
}
}
DELETE /api/v3/product/company/{documentId}) instead for data retention purposes.curl -X DELETE 'https://api.bbrands.io/api/v3/product/company/550e8400-e29b-41d4-a716-446655440000/purge' \
-H 'Authorization: Bearer YOUR_TOKEN'
Was this page helpful?