# Delete a webhook subscription **POST /webhook/deleteSubscription** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **webhookId** (string) The ID of the webhook subscription to delete ## Responses ### 200 Webhook subscription deleted successfully #### Body: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400 Invalid request. The request was malformed or missing required parameters. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)