DELETE

Delete Calendar

Permanently deletes a calendar.

DELETEhttps://api.vantaxai.com/v1/calendars/{calendar_id}

Irreversible

Deleting a calendar removes it from any Agents using it for bookings and cannot be undone. Existing appointments are retained.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • calendar_idstringrequired

    The calendar to delete.

    example: cal_22f9

Request

curl -X DELETE https://api.vantaxai.com/v1/calendars/cal_22f9 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Calendar deleted successfully"
}