DELETE /ariel/taggedfields/{id}

Removes a tagged field from the system. To use this endpoint, you must have System Administrator or Security Admin permissions.

Removes a tagged field from the system. To use this endpoint, you must have System Administrator or Security Admin permissions.

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

text/plain

Table 2. DELETE /ariel/taggedfields/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

The ID of the tagged field that you want to remove.

Table 3. DELETE /ariel/taggedfields/{id} response codes
HTTP Response Code Unique Code Description

204

The tagged field was successfully deleted.

404

5000

The specified ID does not exist.

500

1024

An error occurred while deleting the tagged field.

Response Description

Response Sample