Skip to main content
DELETE
/
lists
/
contact
/
rows
/
<row_id>
cURL
curl --request DELETE \
  --url 'https://api.simpu.co/lists/contact/rows/<row_id>' \
  --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"

Response