cURL
curl --request DELETE \ --url https://slides-api.getalai.com/api/v1/presentations/{presentation_id}/slides/{slide_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
presentation_id
slide_id
curl -X DELETE "https://slides-api.getalai.com/api/v1/presentations/xyz789-.../slides/slide123-..." \ -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?