Skip to main content
DELETE
Delete a title entry
Deletes the requested title entry and any duplicate pointer entries that reference it. Successful responses use HTTP 200 and include a statusCode: 200 field in the response body alongside entryId, message, and deletedCount.

Authorizations

Authorization
string
header
required

API key or Clerk JWT supplied as Authorization: Bearer

Path Parameters

id
string
required

Unique identifier of the title entry

Response

Title entry and related entries deleted successfully

statusCode
number

HTTP status code (200 for successful deletion)

Example:

200

message
string

Confirmation message indicating successful deletion

Example:

"Entries deleted successfully"

entryId
string<uuid>

The ID of the primary deleted entry

Example:

"550e8400-e29b-41d4-a716-446655440000"

deletedCount
integer

Total number of entries deleted (including duplicates)

Example:

3