Delete Webhook Addresses
Delete addresses from a webhook
Query Parameters
apiKey string
Example: {{publicKey}}
Header Parameters
API-SECRET string
Example: {{secretKey}}
- application/json
Request Body
webhookId string
addresses array
Responses
- 201
Created
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"acknowledged": true,
"deletedCount": 1
}
Loading...