Skip to main content
DELETE
/
v1
/
all-day-sessions
/
{id}
Archive a session (soft delete — child analyses remain queryable)
curl --request DELETE \
  --url http://localhost:3000/v1/all-day-sessions/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200

Default Response