Saki Docs
Slot

Delete a slot

Removes a scheduling slot from the space.

Base URLhttps://app.usesaki.com/api
delete/spaces/{space}/slots/{slot}

Delete a slot

Removes a scheduling slot from the space.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

slotrequiredinteger

The slot ID

Response

curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/slots/{slot}" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{}