{"type":"api","title":"Delete images by a list of Ids","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/27d6c440-9d60-38a9-ae4f-017212b48575","info":{"title":"Crosswork ZTP Image Service API","version":"7.1.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"description":"This document explains the Crosswork REST APIs that you can use to manage software image files for Zero Touch Provisioning (ZTP) devices."},"security":[{"bearerAuth":[]}],"tags":[{"name":"Device Platform APIs","description":"List of Device Platform APIs."},{"name":"Image APIs","description":"List of Image APIs."}],"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/ztp-image-service-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/ztpimage/v1"}],"securitySchemes":{"bearerAuth":{"description":"Security definition details.","in":"header","name":"Authorization","type":"apiKey"}}},"spec":{"responses":{"204":{"description":"No Content. The request was successful and there is no additional content in the response body."},"401":{"description":"Unauthorized. The request has not been applied because it lacks valid authentication credentials for the target resource."},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"tags":["Image APIs"],"operationId":"deleteImagesByIdListUsingDELETE","requestBody":{"content":{"application/json":{"schema":{"items":{"type":"string","example":"sample-string"},"type":"array"}}},"description":"List of image IDs.","required":true},"summary":"Delete images by a list of Ids","description":"This API deletes images based on the list of image ids provided as input.","__originalOperationId":"deleteImagesByIdListUsingDELETE","security":[{"bearerAuth":[]}],"method":"delete","path":"/image"}}