Skip to content

Delete subscription (unsubscribe)

DELETE https://api.copper.com/developer_api/v1/webhooks/{{example_webhook_id}}

Unsubcription from a specific webhook.

Example Requests

Delete webhook

1
2
3
4
5
curl --location --request DELETE "https://api.copper.com/developer_api/v1/webhooks/{{example_webhook_id}}" \
  --header "X-PW-AccessToken: YOUR_TOKEN_HERE" \
  --header "X-PW-Application: developer_api" \
  --header "X-PW-UserEmail: YOUR_EMAIL_HERE" \
  --header "Content-Type: application/json"
1
2
3
{
  "id": 17065
}