DELETE place/{placeId}/equipment/{equipmentId}?l={l}
Delete equipment associated with a user place. (requires to be authenticated). FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId |
id of the place |
integer |
Required |
equipmentId |
the equipment's ID to add |
integer |
Required |
l |
language, by default user language |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Return if the operation has been released successfully.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.