Athena
V1Table

Delete rows using PostgREST-style filters

Filters are mandatory. Use the same query syntax as GET and include `Prefer: return=minimal` for HTTP 204 responses.

DELETE
/rest/v1/{table}

Path Parameters

table*string

Header Parameters

X-Athena-Client*string
apikey*string
x-api-key?string
Prefer?string

Set return=minimal for HTTP 204 responses.

Response Body

application/json

curl -X DELETE "https://athena-cluster.com/rest/v1/string" \  -H "X-Athena-Client: string" \  -H "apikey: string"
{
  "data": [
    {}
  ]
}
Empty
Empty
Empty