@@ -197,10 +197,10 @@ def delete(
197197 - If another named transformation, or your account's upload
198198 pre-transformation/post-transformation settings, reference this named
199199 transformation (via the `n-<name>` token), the request fails with a `409`
200- error and the response body includes a `references` array describing where it
201- is used. Remove those references first, then retry the deletion. This is a
202- best-effort check and cannot detect references baked into your own application
203- code or previously generated URLs.
200+ error whose `message` describes what it is referenced by. Remove those
201+ references first, then retry the deletion. This is a best-effort check and
202+ cannot detect references baked into your own application code or previously
203+ generated URLs.
204204
205205 Args:
206206 extra_headers: Send extra headers
@@ -430,10 +430,10 @@ async def delete(
430430 - If another named transformation, or your account's upload
431431 pre-transformation/post-transformation settings, reference this named
432432 transformation (via the `n-<name>` token), the request fails with a `409`
433- error and the response body includes a `references` array describing where it
434- is used. Remove those references first, then retry the deletion. This is a
435- best-effort check and cannot detect references baked into your own application
436- code or previously generated URLs.
433+ error whose `message` describes what it is referenced by. Remove those
434+ references first, then retry the deletion. This is a best-effort check and
435+ cannot detect references baked into your own application code or previously
436+ generated URLs.
437437
438438 Args:
439439 extra_headers: Send extra headers
0 commit comments