Delete Webhook
DELETE/print-mail/v1/webhooks/{id}
Delete a Webhook by ID. Note that this operation cannot be undone.
Delete Webhook
curl https://api.postgrid.com/print-mail/v1/webhooks/$ID \
-X DELETE \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "webhook_skN2ZTvFwS62oc5tJY1gzw",
"object": "webhook",
"deleted": true
}Returns Examples
{
"id": "webhook_skN2ZTvFwS62oc5tJY1gzw",
"object": "webhook",
"deleted": true
}