Skip to content

Delete a webhook

Request

Removes a webhook subscription. Events will no longer be delivered to this URL. This action is irreversible — to temporarily stop deliveries without losing the configuration, consider updating the URL to a placeholder instead.

Security
bearerAuth
Path
hookIdintegerrequired

ID of the webhook to delete.

Example:42
curl -i -X DELETE \
  https://api-doc.immo-facile.com/_mock/openapi/hooks/42 \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Deleted successfully

Response
No content