Skip to content

Permanently delete a trashed item

DELETE
/trash/{type}/{id}

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters

Path Parameters

type*
Type
string
Required
Valid values
"notes""memories""urls"
id*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI