POST buckets/{bucket}/readers/delete/{readerKeyId}?key={key}&requestTime={requestTime}&signature={signature}

Revokes read access from the given key for the given bucket.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

The bucket.

string

Required

key

The key that was used to sign this request.

string

Required

readerKeyId

The key that should no longer have read access to the given bucket.

string

Required

requestTime

The time the request was made.

integer

Required

signature

The signature that proves that you are who you say you are.

string

Required

Body Parameters

None.

Response Information

Resource Description

A response indicating whether that call was successful or not.

ModifyBucketAccessResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Error

string

None.

Response Formats

application/xml, text/xml

Sample:
<ModifyBucketAccessResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Error>sample string 2</Error>
  <Success>true</Success>
</ModifyBucketAccessResponse>

application/json, text/json

Sample:
{
  "Success": true,
  "Error": "sample string 2"
}