DELETE
/
api
/
v1
/
lead-deals
/
{dealId}
Delete Deal
curl --request DELETE \
  --url https://app.journeybee.io/api/v1/lead-deals/{dealId} \
  --header 'Authorization: Bearer <token>'

Authentication

curl -X DELETE "https://app.journeybee.io/api/v1/lead-deals/{dealId}" \
  -H "Authorization: Bearer your-api-key-uuid" \
  -H "Content-Type: application/json"

Path Parameters

dealId
number
required
The unique identifier of the deal to delete

Response Schema

The API returns a 204 No Content status code on successful deletion with no response body.