Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

catissuecore/rest/ng/s toragestorage-containers/{storageContainerId}

Use this resource to close disable the Storage Container. Use HTTP DELETE method to call this API by passing the below details in JSON format.

...

http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers

Use this URL to close disable Storage Container in caTissue application.

...

The response of this request will contains the details of the closed disabled Storage Container.

Below is the example of the close disable Storage Container :

URLhttp://<host>:<port>/catissuecore/rest/ng/storage-containers/{storageContainerId}
MethodDELETE
Requestapplication /json

Response

"success"

...

code
Applies to
Status Message
200All resourcesStorageContainer has been closed disabled successfully
401All requestsAuthorization failed, User doesn’t have Authority
404All requestsStorageContainer not found, StorageContainer with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations

...