Skip to main content
POST
/
plaud
/
files
/
trash
Trash recordings
curl --request POST \
  --url https://{deployment}/api/v1/plaud/files/trash \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "file_ids": [
    "ceb63f88",
    "a1b2c3d4"
  ]
}
'
{
  "error": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Body

application/json
file_ids
string[]
required

Recording IDs to move to trash.

Minimum array length: 1

Response

Moved to trash