Skip to main content
DELETE
/
records
/
{id}
Delete a record
curl --request DELETE \
  --url http://api.endclose.com/records/{id} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

The unique identifier of the record

Response

Record deleted successfully