POST Api/S3/FileDeletion
Request Information
URI Parameters
None.
Body Parameters
fileSharingg| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| Emails | string |
None. |
|
| Validity | string |
None. |
|
| Permission | string |
None. |
|
| GeneratedBy | string |
None. |
|
| ItemName | string |
None. |
|
| ItemType | string |
None. |
|
| ActionPerformed | string |
None. |
|
| PrivateIP | string |
None. |
|
| PublicIP | string |
None. |
|
| PerformedBy | string |
None. |
|
| Location | string |
None. |
|
| Role | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| path | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"Emails": "sample string 2",
"Validity": "sample string 3",
"Permission": "sample string 4",
"GeneratedBy": "sample string 5",
"ItemName": "sample string 6",
"ItemType": "sample string 7",
"ActionPerformed": "sample string 8",
"PrivateIP": "sample string 9",
"PublicIP": "sample string 10",
"PerformedBy": "sample string 11",
"Location": "sample string 12",
"Role": "sample string 13",
"PageNumber": 14,
"PageSize": 15,
"path": "sample string 16"
}
application/xml, text/xml
Sample:
<fileSharingg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <path>sample string 16</path> <ActionPerformed>sample string 8</ActionPerformed> <ItemName>sample string 6</ItemName> <ItemType>sample string 7</ItemType> <Location>sample string 12</Location> <PageNumber>14</PageNumber> <PageSize>15</PageSize> <PerformedBy>sample string 11</PerformedBy> <PrivateIP>sample string 9</PrivateIP> <PublicIP>sample string 10</PublicIP> <Role>sample string 13</Role> <Emails>sample string 2</Emails> <GeneratedBy>sample string 5</GeneratedBy> <Permission>sample string 4</Permission> <Validity>sample string 3</Validity> <name>sample string 1</name> </fileSharingg>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |