DELETE api/DisplayLabels/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DisplayLabelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreatorUserId | string |
None. |
|
Description | string |
Required String length: inclusive between 0 and 250 |
|
Comment | string |
None. |
|
IsDefault | boolean |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "15d39427-292d-48fa-8ef9-b31e93ab885d", "CompanyId": "5d93e486-b4ef-4149-8a27-2a61aa87d4fa", "CreatorUserId": "sample string 3", "Description": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-05-21T08:53:28.9961326+00:00", "LastModified": "2022-05-21T08:53:28.9961326+00:00" }