This endpoint is used to delete multiple files.
The fileIds
field is used to specify the files that should be deleted. The files that are specified in the fileIds
field will be deleted.
If a files is not specified in the fileIds
field, the files will not be deleted.
Property | Type | Required | Description |
---|---|---|---|
fileIds | string | Yes | Comma-separated list of file UUIDs to be deleted |
API key for authentication
Delete multiple files input
The body is of type string
.
The files are deleted
The response is of type object
.