Bulk API: Support for the Automatic Deletion of Sync Action Definitions

Bulk API sync action definitions can now be set to automatically delete after a specified period by using the autoDeleteDuration property.

  • autoDeleteDuration uses ISO-8601 standard for specifying the length of time with the following limits:
    • Minimum: "PT1H" (1 hour)
    • Maximum: "P365D" (365 days)
  • autoDeleteDuration will only be returned if included in the create or update sync action definition request

Business Benefits:

  • Helps developers reduce cleanup effort for temporary or one-time sync action definitions.
  • Supports better API hygiene by allowing sync action definitions to expire automatically.
  • Gives integration teams control over retention duration while keeping a clear minimum and maximum range.

Steps to enable and configure

You don't need to do anything to enable this feature.

Key resources