DELETE
/
lists
/
contact
/
rows
/
<row_id>
curl --request DELETE \
  --url https://api.simpu.co/lists/contact/rows/%3Crow_id%3E \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

An API key to authenticate requests

Path Parameters

row_id
string
required

The unique ID of the row to delete

Example:

"674535b2b39158b9aae90188fcec23ec"