Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /ariel/taggedfieldcategories/{id}

SUMMARY 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:

DELETE /ariel/taggedfieldcategories/{id} resource details

MIME Type

text/plain

Table 2: DELETE /ariel/taggedfieldcategories/{id} request parameter details:

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:

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