Delete tag (tag will be also removed from all assigned objects). System tags can not be deleted. Tags can be removed either by TagId or combination of TypeId and Name parameters.

Since pixi version: 19.06 (9.0.4.39859) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiTagDelete

Request body

Name Type Required Description
Name string false

Name of the tag which will be deleted (only used in combination with TypeId parameter).

Type: varchar(50)

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)

TagId integer false

Id of the tag which will be deleted.

Type: int

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)

TypeId integer false

Type of the tag (only used in combination with Name parameter).

Type: int

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)


Response

1. Return status

Name Type Description
Status string

Result of API Ca�ll

Type: varchar(10)

Available from: 25.06 (25.6.0.58802)

Message string

Extended Result of API Ca�ll

Type: varchar(100)

Available from: 25.06 (25.6.0.58802)