You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Deletes the import container given by the key.
257
+
displayName: Delete an Import Container.
258
+
description: |
259
+
Deletes the Import Container specified by the `importContainerKey`.
260
+
261
+
Generates the [ImportContainerDeleted](/projects/events#import-container-deleted-event) Event.
254
262
is:
255
263
- secured_by_manage_import_containers
256
264
responses:
257
265
200:
258
-
description: The deleted import container.
266
+
description: The deleted Import Container.
259
267
body:
260
268
type: import-container.ImportContainer
261
269
404:
262
-
description: The import container to delete wasn't found.
270
+
description: The Import Container to delete wasn't found.
263
271
body:
264
272
type: error.ErrorResponse
265
273
/import-summaries:
@@ -268,7 +276,7 @@ traits:
268
276
is:
269
277
- secured_by_view_import_containers
270
278
description: |
271
-
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the given import container. An [ImportSummary](ctp:import:type:ImportSummary) is calculated on demand.
279
+
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the given Import Container. An [ImportSummary](ctp:import:type:ImportSummary) is calculated on demand.
0 commit comments