cURL
curl --request DELETE \ --url https://draftliftai.com/api/v1/contents/{content_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "Missing or invalid authorization header" }
Permanently deletes a content item. This action cannot be undone.
API key (dl_live_...) or Supabase JWT token
Successful Response
Was this page helpful?