Skip to main content

Remove a third-party account

DELETE 

https://localhost:8092/api/2.0/files/thirdparty/{providerId:[0-9]+}

Removes the third-party storage service account with the ID specified in the request.

Request

Body

    providerIdinteger

    Provider ID. It is a part of the folder ID. Example: folder ID is "sbox-123", then provider ID is "123".

Responses

Deleted third-party account

Schema
    objectobject

Authorization: Authorization

name: Authorizationtype: apiKeyscopes: read,writein: header
curl -L 'https://api.onlyoffice.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
https://localhost:8092
Auth
Body
{
  "providerId": 0
}
ResponseClear

Click the Send API Request button above and see the response here!