Delete a Preference
Use the delete preference request to remove a preference from your U-Capture system.
Caution
Once a parameter has been removed from the system there is no quick way to bring it back, a new preference must be created.
Endpoint
Method: DELETE
URL: /preference/:preferenceId
Path Parameter
Parameter Name | Data Type | Description | Required/Optional |
---|---|---|---|
| String | The ID of the preference to delete. | Required |
Response and Error Code
Response Code | Condition |
---|---|
204 | No Content |
The above 204 No Content response indicates that the preference specified in the preferenceId
path parameter has been removed from the system, you can use the get preferences request to verify that the preference has been removed.