curl --request DELETE \
--url https://api.getfernand.com/conversations/{conv_id}/drafts/{draft_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.getfernand.com/conversations/{conv_id}/drafts/{draft_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}ID of the conversation containing the draft.
ID of the draft to delete.
Draft deleted successfully.
Was this page helpful?