cURL
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" } }
Delete a Maihue Lead
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The document ID of the lead
No Content
Show child attributes
{ "correlation": "29146752-ef3a-4569-b397-ff2144412c4a", "status": 200, "timestamp": "2025-01-01T00:00:00Z"}
Was this page helpful?