DeleteLeadsFromListByProfileUrl
## Deletes the specified leads from a lead list by LinkedIn profile url.
### Params:
- **listId** _(integer)_: The ID of the list.
- **profileUrls**: Array of LinkedIn urls of the leads to be deleted.
NOTE: this endpoint will return OK(200) even if the leads are not found in the list.
If leads are not found in the list, they will be returned in the response, in the field 'notFoundInList' which will consist only the 'username', not the whole url. (see the example response)
Headers
X-API-KEY
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
Request
This endpoint expects an object.
listId
profileUrls
Response
OK
notFoundInList

