cURL
curl --request DELETE \ --url https://slides-api.getalai.com/api/v1/presentations/{presentation_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "presentation_id": "<string>" }
presentation_id
{ "success": true, "presentation_id": "xyz789-..." }
curl -X DELETE "https://slides-api.getalai.com/api/v1/presentations/xyz789-..." \ -H "Authorization: Bearer YOUR_API_KEY"
Your Alai API key. Get one from your account settings at app.getalai.com
Successful Response
Was this page helpful?