Skip to main content
DELETE
/
api
/
v2
/
{object_api_name}
/
{record_id}
Archive one custom-object record
curl --request DELETE \
  --url https://api.example.com/api/v2/{object_api_name}/{record_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "error_type": "<string>",
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Reevo API key passed as Authorization: Bearer <api-key>.

Path Parameters

object_api_name
string
required
record_id
string<uuid>
required

Response

Successful Response