Working with the API
Delete Data
Using the DELETE method, you can remove rows.
To delete rows in a table, use the DELETE
verb plus Horizontal Filtering on the primary keys(s). For instance deleting a contact:
No response body will be returned by default but you can add a select
query parameter to select the columns that should be returned: