Delete Calendar Slots
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
string
required
The Available Slot ID
delete_all_siblings
boolean
If set, will destroy all slots with the same key
truefalse
``200 OK
``401 Unauthorized
``404 Not Found
Updated3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request DELETE \
--url https://api.fountain.com/v2/available_slots/id \
--header 'accept: application/json'
application/json
200401``404
Updated3 months ago