APIs & Integrations

ViCruz
Member

No response upon deleting an engagement

Hi, I'm deleting an engagement and expecting some response code stated base on the docs. 

response format: JSONresponse format: JSONManual Curl for deleteManual Curl for delete

but when I did a manual curl, the engagement I was trying to delete was deleted but does not give me a success response. I do hope you can help me.

TIA

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

No response upon deleting an engagement

Hey @ViCruz,

 

I would expect the endpoint to return a 204 response if the engagement has been successfully deleted. On my end, I tried and I was able to see the following:

curl.png

 

I believe you'd need to include '-i' infront of '-X' to see the full details of the return response.

 

Could you give it a try and see if it works?