Permanently delete a saved tweet draft
cURL
curl --request DELETE \ --url https://xquik.com/api/v1/drafts/{id} \ --header 'x-api-key: <api-key>'
curl -X DELETE https://xquik.com/api/v1/drafts/42 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
{ "error": "invalid_id" }
{ "error": "unauthenticated" }
{ "error": "draft_not_found" }
Was this page helpful?