POST api/v{version}/directory/entry/publication/delete/{id}
Delete publication from the provided id (Authentication Required)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Publication id to delte |
integer |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
OK or error state if not.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.