pixiPicklistDelete

API call deletes a specified picklist

Since pixi version: 20.03 (9.0.13.47258) Additional notes: If the picklist is currently in use the API call will not allow the deletion of the picklist.

    The deletion of the picklist is still possible with the use of "ForceDelete" parameter, but this might lead to unpredictable behavior.

Request

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

Request body

Name Type Required Description
ForceDelete boolean false

Force the deletion of picklist even if it is currently in use

Type: bit

Default value: 0

Example: 1

Available from: 20.03 (9.0.13.47258)

PicklistNumber integer true

Picklist number

Type: int

Default value: NULL

Example: 123

Available from: 20.03 (9.0.13.47258)


Response

1. Status output

Name Type Description
Status string

Execution status (SUCCESS/ERROR)

Type: varchar (20)

Available from: 25.06 (25.6.0.58802)

Message string

Description of the status

Type: varchar (200)

Available from: 25.06 (25.6.0.58802)