Skip to main content
POST
DeleteCheckCategories

Authorizations

Authorization
string
header
required

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

Body

application/json
categories
CheckCategoryDeletion · object[]

The checks to clear. Every entry must name a distinct check.

Required array length: 1 - 500 elements
actor
Actor · object

Who is making the change. See UpsertCheckCategoriesRequest.actor.

Response

200 - application/json

Success

The response is of type DeleteCheckCategoriesResponse · object.