Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.polygon.technology/v0.9/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Token from POST /auth/token

Path Parameters

id
string
required

Response

204

There is no content to send for this request, but the headers may be useful.