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>"
}Deletes a specific message draft in the given conversation.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the conversation containing the draft.
ID of the draft to delete.
Draft deleted successfully.
Was this page helpful?