![]() |
API Documentation
|
where {collectionId} is the ID of a folder/collection.
DELETE ( Deprecated ) - returns an HTTP response status 200 OK only. In earlier Covata 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 Covata 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
DELETEmethod 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 Covata Platform's Content Service.
This API endpoint supports requests utilizing Covata user accounts with the following roles (as described in the Organization Administrator's Guide) and conditions:
{collectionId} in the request's URL.{collectionId} in the URL.The Covata Platform's resources available to one of these Covata 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.