Handbook
Glossary
github-delete* ( url -- )
Vocabulary
github
Inputs
url
an
object
Outputs
None
Definition
USING:
http.client
kernel
;
IN:
github
:
github-delete*
( url -- )
>github-url
http-delete*
2drop
;