Delete a title entry
Title Entries
Delete Title Entry
This endpoint deletes a title entry and any related entries
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
API key or Clerk JWT supplied as Authorization: Bearer
Path Parameters
Unique identifier of the title entry
Response
Title entry and related entries deleted successfully
HTTP status code (200 for successful deletion)
Example:
200
Confirmation message indicating successful deletion
Example:
"Entries deleted successfully"
The ID of the primary deleted entry
Example:
"550e8400-e29b-41d4-a716-446655440000"
Total number of entries deleted (including duplicates)
Example:
3