curl --request DELETE \ --url https://platform.thena.ai/v1/tickets/draft/{uid} \ --header 'Authorization: Bearer <token>' \ --header 'x-org-id: <api-key>'
{ "uid": "<string>", "status": "<string>", "draftScope": "<string>", "entityType": "<string>", "content": {}, "metadata": {}, "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastModifiedBy": "<string>" }
Enter JWT bearer token
Enter organization ID