To perform a network split using the Cisco Meraki API, the correct method is a POST request. The code must use: response = requests.request('POST', url, headers=headers, data=payload) This correctly sends the API request with the appropriate headers and payload (even if None).