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.

Table 1. DELETE /ariel/taggedfieldcategories/{id} resource details
MIME Type

text/plain

Table 2. DELETE /ariel/taggedfieldcategories/{id} request parameter details
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.

Table 3. DELETE /ariel/taggedfieldcategories/{id} response codes
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