import requests provider_pk = 123 url = f"https://api.keywordsai.co/api/providers/{provider_pk}/" headers = { "Authorization": "Bearer YOUR_API_KEY" } response = requests.delete(url, headers=headers) print(f"Status code: {response.status_code}")
is_managed: true
Example
123
Was this page helpful?