DELETE /ariel/taggedfieldcategories/{id}
Removes the category for tagged fields from the system. To use this endpoint, you must have System Administrator or Security Admin permissions.
Removes the category for tagged fields from the system. To use this endpoint, you must have System Administrator or Security Admin permissions.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
id |
path |
Required |
Number (Integer) |
text/plain |
The ID of the category that you want to remove. |
HTTP Response Code | Unique Code | Description |
---|---|---|
204 |
The category was successfully deleted. |
|
404 |
9000 |
The specified ID does not exist. |
422 |
9001 |
You cannot delete the category because it is used by existing tagged fields. |
422 |
9002 |
You cannot delete the default category. |
500 |
1029 |
An error occurred while deleting the category. |
Response Description
Response Sample