コンテンツにスキップ

Delete Storage Destination.

DELETE
/api/admin/storage-destinations/{id}
Code sample: Shell / cURL
curl --request DELETE \
--url https://auth.example.com/api/admin/storage-destinations/example \
--header 'Authorization: Bearer <token>'

Delete Storage Destination in the Storage Destinations area. The operation changes tenant state and should be protected by the documented admin authorization and audit controls.

id
required
string

Storage destination delete result.

Media type application/json
object
data
required
object
success
boolean
audit
object
audit_id
Any of:
string
Example
{
"data": {
"success": true
},
"audit": {
"audit_id": "audit_123"
}
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}