Deletes the given rows of the sequence. All columns are affected.
Indicate the sequences and the rows where data should be deleted.
required | Array of Select by Id (object) or Select by ExternalId (object) (SequenceDeleteDataRequest) [ 1 .. 1000 ] items |
Empty response.
{- "items": [
- {
- "rows": [
- 1
], - "id": 1
}
]
}
{ }