delete a row(s)

Log in to see full request history
Path Params
string
required

UUID of your database from the Astra URL.
For example, d341f349-e5db-46d2-9c90-bb9ebaa6f0fc.

string
required

Cloud region where your database lives.
For example, us-east-1

string
required

keyspace name

string
required

table name

string
required

Value from the primary key column for the table. Define composite keys by separating values with
slashes (val1/val2...) in the order they were defined.
For example, if the composite key
was defined as PRIMARY KEY(race_year, race_name) then the primary key in the path would be
race_year/race_name

Query Params
boolean

format results

Headers
uuid
required

Unique identifier (UUID) for the request. Use any valid UUID.

string
required

The token returned from the authorization endpoint. Use this token in each request to the database.

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json