Skip to main content
DELETE
/
api
/
public
/
v1
/
funnels
/
{funnelId}
Delete a funnel
curl --request DELETE \
  --url https://app.tagadapay.com/api/public/v1/funnels/{funnelId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "routesRemoved": 3
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

funnelId
string
required

Query Parameters

storeId
string
required

Response

Successful response