cURL
curl --request DELETE \ --url https://b2b-api.dev-riseworks.io/v2/webhooks/{webhook_nanoid} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Webhook Endpoint.
15
Default Response
The response is of type object.
object