# Rotate the signing secret for a webhook subscription

**POST /v1/webhooks/{subscriptionId}/rotate-secret**



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

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of WebhookSubscriptionCreatedResponse

### 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)

