Documentation Index

Fetch the complete documentation index at: https://docs.wair.ai/llms.txt

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

DELETE /Categories

Prev Next

GENERAL INFORMATION

With this endpoint you can delete categories by categoryId. Direct link to Swagger documentation:

https://public-api-dev.wair.cloud/swagger/index.html#/Items/delete_api_v1_Categories

REQUEST

Authentication

Bearer token, information on page POST /Token

Headers

Name

Description

Example

X-Tenant

Tenant code supplied by Wair

“TENANT”

QueryParameters:

Name

Description

Example

categoryId

The unique identifier of the category you want to delete

?categoryId=123&categoryId=guid345

Body example:

No body required.

RESPONSE

StatusCodes:

200 = OK

401 = Unauthorized, which means an expired/missing/invalid token

400 = Bad request, see body of the response to check which validation errors have occured

500 = System error, see body of the response to check which error has occured or contact integration support

Body Example:

No body in response.