/
datacode_delete ()

datacode_delete ()

Function prototype

datacode_delete (session, datacode)

API Version

2.7.26 and higher

Supported interfaces

SOAP, REST

Description

Removes a DATACODE from DB

Function parameters

Input parameters:

  • session: is the session token obtained in the session_init() call

  • datacode: reference of the desired DATACODE

Output parameters:

  • result: (empty)

  • ErrorMsg: If any error occurs, then this value contains a description of the error translated to the current language

  • ErrorCode: If any error occurs, then this value contains any of the standard ERROR CODES

Request example

datacode_delete“LCAAAAAAAAAAAA”, "WEIGHT")

Response

The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API

Return Error codes

ERROR CODE



ERROR CODE



INVALID_TOKEN

The session token provided is not valid

INSUFFICIENT_PRIVILEGES

The active session does not have permission to delete the DATACODE

DATACODE.NOT_FOUND

The requested DATACODE does not exist



Related content