Conversations
Delete conversation
Delete one conversation by ID through the public Conversations API.
DELETE
Use this endpoint to delete one conversation from the workspace tied to your API key.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.Path parameters
Conversation ID to delete.
Current implementation note: this route returns
{ "success": true } once the update query completes. It does not currently verify that the ID matched a live conversation, so missing, already-removed, or workspace-mismatched IDs can still return success.Response
true when the route completed successfully.Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while updating the conversation row in storage.

