Skip to content

Batch delete items

POST
/batch/delete

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

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

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"type": "string",
  
"ids": [
  
  
"string"
  
],
  
"all": true,
  
"filterProject": "string"
}

Responses

OK

application/json
JSON
{
  
"message": "string",
  
"deleted": 0
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI