Ban a partner from your program. This will disable all links and mark all commissions as canceled.
Python
from dub import Dub with Dub( token="DUB_API_KEY", ) as d_client: res = d_client.partners.ban() # Handle response print(res)
{ "partnerId": "<string>" }
tos_violation
inappropriate_content
fake_traffic
fraud
spam
brand_abuse
Was this page helpful?