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