cURL
curl --request DELETE \ --url https://app.journeybee.io/api/v1/lead-deals/{dealId} \ --header 'Authorization: Bearer <token>'
Delete a deal
curl -X DELETE "https://app.journeybee.io/api/v1/lead-deals/{dealId}" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json"
204 No Content