cURL
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 }
This endpoint deletes a title entry and any related entries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Title entry and related entries deleted successfully
The response is of type object.
object