Delete webhook configuration

Delete a webhook configuration by its ID

Required scope: convai:write

Path Parameters
  • id
    Type: string
    required

    ID of the webhook configuration to delete

Responses
  • 204

    Webhook configuration deleted successfully

  • application/json
  • 404

    Webhook configuration not found

  • 500

    Internal server error

Request Example for delete/webhooks/{id}
curl 'https://api.simwood.com/convai/v1/webhooks/{id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body