delete a row(s)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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

Headers
string
required

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

Responses
204

No Content

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*