Remove a third-party account
DELETEhttps://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
- application/json
Body
providerIdinteger
Provider ID. It is a part of the folder ID. Example: folder ID is "sbox-123", then provider ID is "123".
Responses
- 200
- 401
Deleted third-party account
- application/json
- Schema
- Example (auto)
Schema
objectobject
{}
Unauthorized
Authorization: Authorization
name: Authorizationtype: apiKeyscopes: read,write
in: header
- curl
- python
- javascript
- php
- csharp
- java
- CURL
curl -L 'https://api.onlyoffice.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear