# Delete subscription Delete a subscription by its subscription_id. Endpoint: DELETE /webhooks/subscriptions/{subscription_id} Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `subscription_id` (string, required) The ID of the subscription to delete ## Response 400 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 401 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 403 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 404 fields (application/json): - `status` (integer) Example: 400 - `detail` (string) Example: "Request cannot be processed. Check the response details." ## Response 204 fields