delete https://api-v2.pandavideo.com/funnel/delete/
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
Name | Type | Required | Description |
---|---|---|---|
Authorization | string (header) | Yes | Panda API token (without Bearer prefix) |
funnel_id | string (path, uuid) | Yes | Unique 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.