Delete a webhook subscription.
DELETE https://www.prayerletters.com/api/v1/hooks/{hook_id}
{hook_id}
The ID of the hook to be deleted. It typically follows the format h-###-####, but is not guaranteed to do so, and should be treated as an opaque string. A better approach is to use the href value from the Get All Webhooks call as the entire URL.

Expected Response

HTTP/1.1 204 No Content