Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.timelyai.com.br/v1/chats/{id}/messages/{messageId} \ --header 'x-api-key: <api-key>'
{ "data": { "deleted": true } }
Remove uma mensagem específica.
Chave de API obtida no dashboard
ID do chat
ID da mensagem
Mensagem excluída
Show child attributes