Skip to content

Empty trash (permanent delete)

DELETE
/api/trash

Permanently deletes all trashed tasks. Cannot be undone.

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Responses

Number of tasks permanently deleted

application/json
JSON
{
"data": {
"deleted_count": 0
}
}

Samples

Powered by VitePress OpenAPI