Zilfu
API ReferenceSlots

Delete a slot

Removes a scheduling slot from the space.

DELETE
/spaces/{space}/slots/{slot}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

slot*integer

The slot ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/slots/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}