datacode_category_remove_datacode()
Function prototype | datacode_category_remove_datacode (session, category, datacode) |
---|---|
API Version | 2.7.26 and higher |
SOAP, REST |
Description
Removes a DATACODE from the requested DATACODE category
Function parameters
Input parameters: |
|
Output parameters: |
|
Request example
datacode_category_remove_datacode(“LCAAAAAAAAAAAA”, "BODY_MEASURES", "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 obtain information about the DATACODE |
DATACODE_CATEGORY.NOT_FOUND | The DATACODE category requested does not exist. |
DATACODE.NOT_FOUND | The DATACODE requested does not exist. |