#main - procedureDelete values from a specific set. Attempting to delete values that are not in the set will not result in an error
Query Parameters
No fields defined
Request Body
Content Type: application/json
Data Fields
| Name | Type | Details |
|---|---|---|
name |
string (required) |
Name of the set to delete values from |
values |
array (required) |
Array of string values to delete from the set Array Length: 1 min UNHANDLED IN ARRAYS: string |
Response Body
Errors
| Name | Description |
|---|---|
SetNotFound |
set with the given name does not exist |