Skip to main content
POST
/
api
/
entities
/
checks
/
v1
/
categories:delete
DeleteCheckCategories
curl --request POST \
  --url https://developer.synq.io/api/entities/checks/v1/categories:delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkPaths": [
    "<string>"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.synq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
checkPaths
string[]

check_paths whose explicit categories (both dimensions) should be cleared.

Minimum array length: 1

Response

200 - application/json

Success

The response is of type DeleteCheckCategoriesResponse · object.