cURL
curl --request DELETE \ --url https://app.journeybee.io/api/v1/stages/partner-stages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 123 }'
Delete a partner stage
curl -X DELETE "https://app.journeybee.io/api/v1/stages/partner-stages" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"id": 1}'
204 No Content
write_access