cURL
curl --request DELETE \ --url https://{defaultHost}/v1/upsell_funnels/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "fb4a8d18-d46f-417e-a8b8-7015bea6f6fb", "object": "upsell_funnel", "deleted": true }
Deletes a specific upsell funnel.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The UUID of the specific object.
A string describing the object type returned.
Whether or not this object was succesfully deleted.
Was this page helpful?