Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a landing page
cURL
curl --request DELETE \ --url https://api.sequenzy.com/api/v1/landing-pages/{landingPageId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "landingPageId": "lp_abc123", "message": "Landing page deleted." }
curl -X DELETE "https://api.sequenzy.com/api/v1/landing-pages/lp_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"