# Delete a webhook subscription

**DELETE /v1/webhooks/{subscriptionId}**



## Servers
- https://stg-api.isnotai.com
- https://stg-api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 204
No description

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

### 404
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

