Delete subscription (unsubscribe)¶
DELETE https://api.copper.com/developer_api/v1/webhooks/{{example_webhook_id}}
Unsubcription from a specific webhook.
Example Requests¶
Delete webhook¶
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"
{
"id": 17065
}