API Reference

Delete funnel

Permanently deletes a funnel and its video relationships

DELETE /funnel/delete/{funnel_id}

Detailed Description

Permanently deletes a funnel and its video relationships. Use with caution; this action cannot be undone.

HTTP Method & Path

DELETE /funnel/delete/{funnel_id}

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)
funnel_idstring (path, uuid)YesUnique identifier of the funnel to delete.

Request Body

(No request body)

Example Request Body

{}

Notes

  • Deletes the funnel entity and its internal video links/coordinates.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!