SG Ground Truth

DELETE /webhook/hooks/<record_uuid>

delete_webhook_hooks_record_uuid

204 and the hook is gone at once: the hook, its deliveries listing and a second delete all answer 404 immediately after.

API

Params

part value
<record_uuid> the hook id

Sample requests

r = c.delete(f"/webhook/hooks/{uuid}")   # 204, empty body

Response codes

status when
204 deleted, no body
404 already deleted, or never a hook

Edge cases

  • The delete is immediate and total. GET on the hook, GET on its deliveries and a second DELETE all answer 404 in the same run, so a hook's delivery history goes with it.
  • There is no retire-and-revive here as there is for entities (040_field_revive). Deleting is the only way to stop a hook other than setting status to disabled, which keeps it readable.

Every entry on this site is the output of a probe in probes/. The corpus is generated by running those probes against a live Flow Production Tracking site, not written from memory.

Not affiliated with or endorsed by Autodesk. Flow Production Tracking is their product; this is an independent record of how its REST API answers.