Response
200 - */*
successful operation
The response is of type string[].
import requests
url = "http://api/apollo/archive/_purgeCandidates"
response = requests.post(url)
print(response.text)[
"<string>"
]import requests
url = "http://api/apollo/archive/_purgeCandidates"
response = requests.post(url)
print(response.text)[
"<string>"
]successful operation
The response is of type string[].
Was this page helpful?