Sign in

Delete webhook

documented

Unsubscribe/delete a webhook.

DELETE /webhooks/unsubscribe/Webhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.uploadcare.com/webhooks/unsubscribe/" \
  -X DELETE \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Date: {{$DATE}}" \
  -H "Authorization: Uploadcare {{$UPLOADCARE_PUBLIC_KEY}}:{{$UPLOADCARE_SIGNATURE}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "target_url={{$target_url}}"