DELETE api/v1/social/pods/removemember/{podId}/{memberId}
Removes the member from the pod Still need to test pod management functions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| podId |
The pod id |
integer |
Required |
| memberId |
The member id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/plain, application/xml, text/xml
Sample:
Sample not available.