API referencePlayground
Delete a playground session
Permanently delete a playground session and all its messages. This action cannot be undone.
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
sessionId*string
Playground session UUID
Format
uuidResponse 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"}