Skip to main content

PackNet Online Documentation

PackNet DIM Delete Many Products Endpoint

Delete multiple products by ID.

[POST] https://api.prod1.packnet.app/Dim/v1/DeleteMany

Status Codes
  • 204 No content: There was no content to send.

  • 403 Forbidden: The user is not allowed to make the request.

  • 404 Not found: The requested resource cannot be found.

  • 500 Internal server error: The server does not know how to process the request.

[
  "123",
  "456"
]
Response

204 No content. When this response is received, it means the products have been deleted so the API was not able to find the content.