- Delete a specific exclusion list
List exclusion lists
Create exclusion list
Get default exclusion list
List handles in the default exclusion list
Add handles to the default exclusion list
Remove handles from the default exclusion list
Get a specific exclusion list
Rename a specific exclusion list
List handles in a specific exclusion list
Add handles to a specific exclusion list
Remove handles from a specific exclusion list
Delete a specific exclusi...
Permanently deletes a specific exclusion list and all its handles. The default list for a platform cannot be deleted. This operation is free — it does not consume credits.
Security
Bearer
DELETE
curl -i -X DELETE \
'https://api-dashboard.influencers.club/public/v1/discovery/exclusion-lists/{list_id}/' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Response
{ "property1": null, "property2": null }