curl --request DELETE \
--url https://api.example.com/tables/{table_id}/rows/{row_id} \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a row from a table.
curl --request DELETE \
--url https://api.example.com/tables/{table_id}/rows/{row_id} \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?