mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-16 12:08:20 +08:00
17 lines
414 B
YAML
17 lines
414 B
YAML
post:
|
|
summary: 删除指定桶下的指定对象
|
|
parameters:
|
|
- $ref: '../parameters/bucket.yaml#/bucket_name'
|
|
- name: bucket
|
|
in: body
|
|
required: true
|
|
schema:
|
|
$ref: "../schemas/bucket.yaml#/BucketObjectDeleteInput"
|
|
responses:
|
|
200:
|
|
description: 对象删除结果
|
|
schema:
|
|
$ref: "../schemas/bucket.yaml#/BucketObjectDeleteResponse"
|
|
tags:
|
|
- buckets
|