Delete a row

Delete a row from the lookup table.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

lookup_table_idintegerRequired
Lookup table ID.
row_idintegerRequired
Lookup table row ID.

Headers

AuthorizationstringRequired

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 }

successboolean

Always returns true on success.

Errors