cURL
curl --request DELETE \ --url https://api.example.com/object-storage/disable \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Request object storage disablement guidance for the caller’s organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for disabling object storage access.
Status message
Was this page helpful?