DELETE
/
title
/
{id}
Delete a title entry
curl --request DELETE \
  --url https://dev.cardinalgray.com/title/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "message": "Entries deleted successfully",
  "entryId": "550e8400-e29b-41d4-a716-446655440000",
  "deletedCount": 3
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json

Title entry and related entries deleted successfully

The response is of type object.