Deletes the sequences with the specified IDs. If one or more of the sequences do not exist, the ignoreUnknownIds
parameter controls what will happen: if it is true
, the sequences that do exist will be deleted, and the request succeeds; if it is false
or absent, nothing will be deleted, and the request fails.
Empty response.
{- "items": [
- {
- "id": 1
}
], - "ignoreUnknownIds": false
}
{ }