Delete Availability Rule
Description #
Deletes an availability rule for the authenticated account.
URL format #
api.cronofy.com/v1/availability_rules/{availability_rule_id}
Example Request #
DELETE /v1/availability_rules/{availability_rule_id} HTTP/1.1
Host: api.cronofy.com
Authorization: Bearer {ACCESS_TOKEN}
Example Response #
HTTP/1.1 202 Accepted
Request parameters #
availability_rule_id required #
The String
that uniquely identifies the availability rule.
Usually this will be your own internal ID for the availability rule, encoded as an ASCII-only String
of up to 64 characters.