POST api/DeleteObject

Request Information

URI Parameters

None.

Body Parameters

DeleteObject
NameDescriptionTypeAdditional information
AccessID

string

None.

AccessSecret

string

None.

Bucket

string

None.

UserObjectID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessID": "sample string 1",
  "AccessSecret": "sample string 2",
  "Bucket": "sample string 3",
  "UserObjectID": "b4558c05-d567-4b85-91b8-7bda386403fd"
}

application/xml, text/xml

Sample:
<DeleteObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_1AObjectStorageBO.Models">
  <AccessID>sample string 1</AccessID>
  <AccessSecret>sample string 2</AccessSecret>
  <Bucket>sample string 3</Bucket>
  <UserObjectID>b4558c05-d567-4b85-91b8-7bda386403fd</UserObjectID>
</DeleteObject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>