Deletes a webhook.

Path Parameters
  • id
    Type: string
    required

    The webhook ID

Responses
  • 204

    Webhook deleted successfully

  • application/problem+json
  • application/problem+json
  • application/problem+json
Request Example for delete/api/v1/webhooks/{id}
curl 'https://app.propstreet.com/api/v1/webhooks/{id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body