DELETE api/Village/{village}/Event/{activityId}/Attachment/{id}
Delete the specified attachment
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
activityId | globally unique identifier |
Required |
|
id | globally unique identifier |
Required |
|
village | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PrimitiveOfBooleanName | Description | Type | Additional information |
---|---|---|---|
value | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{ "value": true }
application/xml, text/xml
Sample:
<PrimitiveOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaringVillage.API.Models"> <value>true</value> </PrimitiveOfboolean>