Delete list of messages base on their uuids
curl --location --request POST 'https://app.chatwize.ai/api/v1/messages/delete' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' --data-raw '{ "uuids": [] }'
{ "success": true }
Indicates if api call was successful