Skip to main content
DELETE
Deletes a category.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

id
string<uuid>
required

The ID of the category to be deleted.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Query Parameters

moveChildrenTargetId
string<uuid>

The ID of the destination category to which all remaining child categories will be moved.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Response

The category was successfully deleted.