Webhooks

Delete Webhook

Permanently deletes a webhook endpoint. Returns true on success, matching the legacy proxy response.

delete/webhooks/{id}

Response

webhook deleted

deletedboolean required

Always true: the resource was deleted.

idstring required

The ID of the deleted resource.

Example response

{
  "deleted": true,
  "id": "hook_xxxxxxxxxxxxxx"
}

Changes

Changed in 2 of the 41 revisions of this API.1710

    • added the optional property error/code to the response with the 401 status

      response-optional-property-added

    • added the optional property error/code to the response with the 403 status

      response-optional-property-added

    • added the optional property error/code to the response with the 404 status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 60bbb4a6ffbc177See the full diff
    • the response's body type/format changed from boolean/ to object/ for status 200

      response-body-type-changed

    • deleted the path request parameter id

      request-parameter-removed

    • removed the optional property error/code from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error/code from the response with the 403 status

      response-optional-property-removed

    • removed the optional property error/code from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error/param from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error/param from the response with the 403 status

      response-optional-property-removed

    • removed the optional property error/param from the response with the 404 status

      response-optional-property-removed

    • added the new optional header request parameter Api-Version-Date to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 422

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • added the required property deleted to the response with the 200 status

      response-required-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog