await client.sequences.deleteRows([{ id: 32423849, rows: [1,2,3] }]);{}Required capabilities:
sequencesAcl:WRITE
Deletes the given rows of the sequence. All columns are affected.
await client.sequences.deleteRows([{ id: 32423849, rows: [1,2,3] }]);{}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Indicate the sequences and the rows where data should be deleted.
1 - 1000 elementsRows to delete from a sequence.
Show child attributes
Empty response.
The response is of type object.
Was this page helpful?