Logo

Getting Started

IntroductionAuthentication

OTP

POSTRequest OTPPOSTVerify OTPDELETERevoke OTPGETGet TokenGETGet OTP by Recipient

Lists

GETGet contact listGETGet rowPOSTCreate rowPATCHUpdate rowDELETEDelete row
Logo
DocumentationAPI ReferenceChangelog

Lists

Delete row

Delete a specific row from the contact list by its ID

Request

curl -X DELETE "https://api.simpu.co/lists/contact/rows/{row_id}" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

DELETE

/lists/contact/rows/{row_id}

This endpoint is deprecated and may be removed in a future version.

Authentication

Authorization
API Keyrequired
An API key to authenticate requests Pass the API key in the header. Example:Authorization: YOUR_API_KEY

Request Parameters

PATHParameters
row_id
stringrequired
The unique ID of the row to delete

Response

application/json

unexpected error

status
integerrequired
Example: 200
message
stringrequired
Example: "Invalid request"
errors
object[]
No description provided
field
string
Example: "name"
message
string
Example: "Error in field: 'name' Field required."
type
string
Example: "missing"

Built with Chakra UI

Request

curl -X DELETE "https://api.simpu.co/lists/contact/rows/{row_id}" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response