Soft-delete a conversation by setting deleted_at, while preserving the underlying message and usage data.
deleted_at
cURL
curl --request DELETE \ --url https://joyride.exchange/api/v1/ai/conversations/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "Invalid or missing JWT", "code": "UNAUTHORIZED" }
JWT obtained from POST /v1/auth/verify after SIWS authentication. Include as: Authorization: Bearer <jwt>
Authorization: Bearer <jwt>
Conversation ID
Conversation deleted successfully