Deletes the user authentication information for one or more cloud storage providers.
DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage
Deletes the user authentication information for one or more cloud storage providers. The next time the user tries to access the cloud storage provider, they must pass normal authentication.
Request Body
{"storageProviders"=>[{"serviceId"=>"sample string 1", "service"=>"sample string 2", "authenticationUrl"=>"sample string 3", "redirectUrl"=>"sample string 4"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |