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
Requiredstring
Valid values
"notes""memories""urls"id*
Type
Requiredstring
Responses
OK
application/json
JSON "message": "string"
{
}