Delete a row
Delete a row from a lookup table.
Path parameters
lookup_table_id
Lookup table ID.
row_id
Lookup table row ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Success reply. Also returns an error message on failures in the following format: { error: error_message }
success
Always returns true
on success.