Skip to content

Deleting Sourcing Event Examples

The following JSON example may be used with the jobs endpoints as described in Usage. The example is specific to the delete sourcing event API endpoint (/jobs/delete-sourcing-events). Further details on supported payload fields can be found in the OpenAPI Specification.

Warning

Deleting a Sourcing Event is permanent and cannot be undone. Only draft events can be deleted; a request for a published event fails and leaves the event unchanged.

Note

Delete jobs do not fire the JOB_UPDATED webhook trigger. Poll GET /jobs/{id} for the outcome.

Deleting a draft Sourcing Event

sourcing_event is the ID of the event to delete, as returned in created_entity when the event was created.

{
  "sourcing_event": "00000000-0000-0000-0000-000000000000"
}