post https://example.com/connection-manager/api/v1/terminate/host/
Terminate connection(s) from host.
Log in to see full request history
Responses
200Connection(s) flagged for termination.
Terminate connection(s) from host.
200Connection(s) flagged for termination.
xxxxxxxxxx
curl --request POST \
--url https://example.com/connection-manager/api/v1/terminate/host/host_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!