Skip to main content
Use this endpoint to permanently delete a Holiday List. Once deleted, the Holiday List will no longer be available for campaign scheduling or future use.
Deleting a Holiday List is permanent and cannot be undone. Ensure that the Holiday List is no longer being used by any active campaigns before deleting it.

OpenAPI

Authorizations

string
required
Bearer Token for the authenticated user.Format:Authorization: Bearer YOUR_ACCESS_TOKEN

Path Parameters

string
required
The unique identifier of the Holiday List to delete.

Example Request

Successful Response

Response Fields

boolean
Indicates whether the Holiday List was successfully deleted.
string
Confirmation message indicating the Holiday List has been removed.

Error Responses

Unauthorized (401)

Not Found (404)

Conflict (409)

Internal Server Error (500)