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
listId
The unique identifier of the custom list
identifierId
The unique identifier of the custom list identifier
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Identifier deleted successfully. Returns even if identifier was not found.
message
Response message
result
Indicates if the request was successful
content