datacode_delete ()
Function prototype | datacode_delete (session, datacode) |
---|---|
API Version | 2.7.26 and higher |
SOAP, REST |
Description
Removes a DATACODE from DB
Function parameters
Input parameters: |
|
Output parameters: |
|
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 | |
---|---|
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 |