Public API
  1. Scheduling
Public API
  • Welcome to the deskbird Public API
  • Users
    • Lists company users
      GET
    • Lists single company user
      GET
  • Bookings
    • Lists company bookings
      GET
    • Creates booking
      POST
    • Lists single company booking
      GET
    • Updates booking
      PATCH
    • Cancels booking
      PATCH
    • Check in to the booking
      PATCH
    • Early release the booking
      PATCH
  • Groups
    • Lists company user groups
      GET
    • Lists single company user group
      GET
  • Resources
    • Get a resource by id
      GET
    • Lists company resources
      GET
  • Offices
    • Lists company offices
      GET
    • Check User into Office
      POST
  • Scheduling
    • Lists company scheduling
      GET
    • Delete scheduling statuses by IDs
      DELETE
    • Add new scheduling statuses for a user
      POST
  • Scheduling Options
    • Lists company scheduling options
      GET
  1. Scheduling

Delete scheduling statuses by IDs

DELETE
/scheduling
Delete scheduling statuses by IDs. Past and external statuses cannot be deleted

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://connect.deskbird.com/scheduling?statusIds' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
This response does not have a body.
🟠403Forbidden
Previous
Lists company scheduling
Next
Add new scheduling statuses for a user
Built with