Versions Compared

Key

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

openspecimen/rest/ng/distribution-protocols/{id}

or

openspecimen/rest/ng/distribution-protocols/title={title}

Use this resource to delete the distribution protocol. Use HTTP DELETE method to call this API by passing the below details in JSON format.

 

Below are the attributes which need to be sent in the request body :

Parameter
Details
idDistribution protocol id of the Distribution Protocoldistribution protocol
titleDistribution protocol title of the distribution protocol


http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/{id}

or

http[s]:<host>:<port>/openspecimen/rest/ng/distribution-protocols/title={title}


Use this URL to delete distribution protocol in openSpecimen application.

...

Below is the example of the delete distribution protocol:

URL

http://<host>:<port>/openspecimen/rest/ng/distribution-protocols/1

or

 http://<host>:<port>/openspecimen/rest/ng/distribution-protocols/title=cpTitle

MethodDELETE
Requestapplication /json

Response

"success"

...