MCPcopy Index your code
hub / github.com/StackStorm/st2 / delete

Method delete

st2client/st2client/utils/httpclient.py:162–165  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

160 @add_auth_token_to_headers
161 @add_basic_auth_creds_to_kwargs
162 def delete(self, url, **kwargs):
163 response = requests.delete(self.root + url, **kwargs)
164 response = self._response_hook(response=response)
165 return response
166
167 def _response_hook(self, response):
168 if self.debug:

Callers 3

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

_response_hookMethod · 0.95

Tested by

no test coverage detected