Skip to main content
DELETE
/
object-storage
/
disable
Disable object storage
curl --request DELETE \
  --url https://api.example.com/object-storage/disable \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response model for disabling object storage access.

message
string
required

Status message