MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / DELETE

Method DELETE

python-client/deutschland/smard/rest.py:316–333  ·  view source on GitHub ↗
(
        self,
        url,
        headers=None,
        query_params=None,
        body=None,
        _preload_content=True,
        _request_timeout=None,
    )

Source from the content-addressed store, hash-verified

314 )
315
316 def DELETE(
317 self,
318 url,
319 headers=None,
320 query_params=None,
321 body=None,
322 _preload_content=True,
323 _request_timeout=None,
324 ):
325 return self.request(
326 "DELETE",
327 url,
328 headers=headers,
329 query_params=query_params,
330 _preload_content=_preload_content,
331 _request_timeout=_request_timeout,
332 body=body,
333 )
334
335 def POST(
336 self,

Callers 1

requestMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected