# Delete a webhook endpoint **DELETE /api/v1/webhook_endpoints/{webhook_endpoint}** Deletes the specified webhook endpoint. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **webhook_endpoint** (string) The ID of the desired webhook endpoint. ## Responses ### 200 Returns a success message if a valid webhook endpoint ID was provided. Returns an error otherwise. #### Body: application/json (object) - **deleted** (boolean) - **deleted_at** (integer) Unix timestamp (seconds since epoch) of when the webhook endpoint was deleted. - **id** (string) The webhook endpoint ID. - **object** (string) [Powered by Bump.sh](https://bump.sh)