DELETE
/
title
/
{id}
curl --request DELETE \
  --url https://dev.cardinalgray.com/title/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "entryId": "<string>"
}

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
Successful deletion
statusCode
number

HTTP status code (200 for successful deletion)

message
string

Confirmation message indicating successful deletion

entryId
string

The ID of the deleted entry