FlowDrop Docs
API referencePlayground

Delete a playground session

Permanently delete a playground session and all its messages. This action cannot be undone.

DELETE
/playground/sessions/{sessionId}

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

sessionId*string

Playground session UUID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/playground/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true,  "message": "Session deleted successfully"}