Delete rows

Deletes the given rows of the sequence. All columns are affected.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

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
Responses
200

Empty response.

post/sequences/data/delete
Request samples
client.sequences.data.delete(id=1, rows=[1,2,42])
client.sequences.data.delete_range(id=1, start=0, end=None)
client.sequences.data.delete(id=1, rows=[1,2,42])
client.sequences.data.delete_range(id=1, start=0, end=None)
Response samples
application/json
{ }