--- title: "Delete a playground session" description: "Permanently delete a playground session and all its messages.\nThis action cannot be undone.\n" source: https://flowdrop.io/docs/api/playground/deletePlaygroundSession site: FlowDrop documentation --- # Delete a playground session `DELETE /playground/sessions/{sessionId}` Permanently delete a playground session and all its messages. This action cannot be undone. ## Parameters - `sessionId` · in path · string · required — Playground session UUID ## Responses - `200` — Session deleted successfully (`application/json`: object) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Playground*