cURL
curl --request DELETE \ --url https://api.infinitecreator.com/v1/webhook_endpoints/{webhook_endpoint_id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "context": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?