# Delete Subscription Removes a webhook subscription from the account. Endpoint: DELETE /core/v1/notifications/{id} Version: 1.3.1 Security: BasicAuth ## Path parameters: - `id` (integer, required) ID of the subscription to delete. ## Response 401 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Unauthorized" ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."