Hours Deleted
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a hours.deleted event occurs.
Triggered by: an existing hours registration being deleted. This covers hours on both billable and internal (non-billable) projects, as well as leave and absence registrations.
The payload carries the externalUrl the registration had at the moment it was deleted, so you can tell which external record it was linked to. It is null when the registration had no external link.
This event is always sent, including for a registration that never triggered a hours.created event because it was still incomplete.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).