Delete an Archived Item

delete

/content/management/api/v1.1/archive/items/{id}

Delete an archived item.The operation allows the user to delete an Item provided the following condition is met:
  • Item should be independent, i.e. it should not be referenced by any other item.

Request

Path Parameters
Header Parameters
Back to Top

Response

204 Response

No content.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top