Skip to main content
DELETE
Delete a row
U existující dokončené tabulky je smazání idempotentní. Handler vrátí 204, když řádek smazal i když už řádek neexistoval. Pro chybějící řádek nevrací 404.

Autorizace

Authorization
string
header
povinné

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametry cesty

table_id
string
povinné
row_id
string<uuid>
povinné

Odpověď

204

Row deleted or already absent