v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Shares

Deactivate a share

Deactivate a share. Deactivating a share does not remove the underlying files for shared_folder and receive share types; it merely removes the access URL. Deleting a send share type does remove the associated files, as files that have been sent are only associated with the share, and aren't stored anywhere else in the account.

Notes:

  • You must have sharing permissons to use this.
  • You must have admin-level access, or you must be the owner of the specified share you wish to delete.
delete/shares/{id}

Headers

ev-api-keystring required
Example:exampleaccount-zwSuWUZ8S38h33qPS8v0s

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Response

Successful operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}