Skip to main content
DELETE
/
maihue
/
lead
/
{documentId}
Delete a Maihue Lead
curl --request DELETE \
  --url https://api.bbrands.io/api/v1/maihue/lead/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "metadata": {
    "correlation": "29146752-ef3a-4569-b397-ff2144412c4a",
    "status": 200,
    "timestamp": "2025-01-01T00:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

documentId
string<uuid>
required

The document ID of the lead

Response

No Content

data
object
metadata
object
Example:
{
"correlation": "29146752-ef3a-4569-b397-ff2144412c4a",
"status": 200,
"timestamp": "2025-01-01T00:00:00Z"
}