improved

Added deleted data query parameters and attributes

We've upgraded our existing endpoints to allow access to soft deleted data.

  1. Added include_deleted=true query parameter when querying resources to include deleted data in the ResultSet. You can query deleted data from the following endpoints:
  1. We've also added a deleted_at attribute to responses. If something is deleted in Katana, both updated_at and deleted_at will be updated with the deletion timestamp.

📘

Deleted data is hidden from the results by default. This is not a breaking change for any endpoint that is already being used.