Deletes a specified Object FC Access Point.
Usage notes
An Alibaba Cloud account has the permissions to delete an Object FC Access Point by default. To delete an Object FC Access Point as a RAM user or by using Security Token Service (STS), you must have the oss:DeleteAccessPointForObjectProcess permission.
Request syntax
DELETE /?accessPointForObjectProcess HTTP/1.1
Date: GMT Date
Content-Length: ContentLength
Content-Type: application/xml
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
x-oss-access-point-for-object-process-name: fc-ap-01
Authorization: SignatureValue
Request headers
|
Header |
Type |
Required |
Example |
Description |
|
x-oss-access-point-for-object-process-name |
String |
Yes |
fc-ap-01 |
The name of the Object FC Access Point. |
For information about common request headers such as Host and Date, see Common HTTP headers.
Response headers
This operation returns only common response headers. For more information, see Common HTTP headers.
Examples
-
Sample request
DELETE /?accessPointForObjectProcess HTTP/1.1 Date: Mon, 30 Oct 2023 03:15:40 GMT Content-Length: 0 Content-Type: application/xml Host: oss-example.oss-cn-qingdao.aliyuncs.com x-oss-access-point-for-object-process-name: fc-ap-01 Authorization: OSS4-HMAC-SHA256 Credential=LTAI********************/20250417/cn-hangzhou/oss/aliyun_v4_request,AdditionalHeaders=content-length,Signature=a7c3554c729d71929e0b84489addee6b2e8d5cb48595adfc51868c299c0c218e -
Sample response
HTTP/1.1 204 OK x-oss-request-id: 5C1B138A109F4E405B2D**** Date: Mon, 30 Oct 2023 03:15:40 GMT