Delete a custom list identifier

Permanently remove a specific identifier from a custom list. This endpoint returns success (`200`) even if the identifier was not found. Check the `deleted` field in the response to determine if an identifier was actually deleted. - `deleted: 1` means the identifier was found and deleted - `deleted: 0` means the identifier was not found (but request still succeeded)

Path parameters

listIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list
identifierIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list identifier

Headers

AuthorizationstringRequired

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

Response

Identifier deleted successfully. Returns even if identifier was not found.
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject or null

Errors