Label Configurations

Delete Label Configuration

DELETE /api/.../labelconfigurations/{labelTypeID}

Deletes a label configuration.

Request Information

Parameters
Name Description Type
labelTypeID The ID of the label configuration to delete. Integer

Response Information

Example
application/json, text/json
{
  "Success": true,
  "Message": null
}

HTTP Response Codes

Code Description
200 OK. Success
400 Bad Request. Valid ID required.