API Documentation
|
where {collectionId}
is the ID of a folder/collection.
DELETE
( Deprecated ) - returns an HTTP response status 200 OK
only. In earlier Cocoon Data Platform versions, this endpoint used to delete the encrypted data associated with all file objects/Secure Objects contained within a folder/collection (specified by collectionId
) from storage managed by the Cocoon Data Platform's Content Service.Note: This endpoint is deprecated and should no longer be used. Instead, the deletion of all file object data within a folder (including all file object version data) from storage is now automatically handled through
DELETE
method requests to the following endpoints:
This API endpoint deletes the encrypted data associated with all file objects contained within a folder (specified by collectionId
) from storage managed by the Cocoon Data Platform's Content Service.
This API endpoint supports requests utilizing Cocoon Data user accounts with the following roles (as described in the Organisation Administrator's Guide) and conditions:
{collectionId}
in the request's URL.{collectionId}
in the URL.The Cocoon Data Platform's resources available to one of these Cocoon Data users (above) is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer
token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...
If the request succeeded, then an HTTP response status 200 OK
is returned.