ScheduledEventConfigurations
Delete ScheduledEventConfiguration
Delete the ScheduledEventConfiguration for the given UUID.
delete/organizations/{orgId}/scheduledevents/configurations/{id}
Path parameters
orgIdstring required
UUID of the organization
idstring required
The UUID of the ScheduledEventConfiguration to delete.
Response
Return the deleted ScheduledEventConfiguration
Example response
{
"name": "10 days after bill due date",
"entity": "Bill",
"field": "dueDate",
"offset": 10
}