Handbook
Glossary
unreserve-from-id ( id -- )
Vocabulary
furnace
.
auth
.
providers
.
couchdb
.
private
Inputs
id
an
object
Outputs
None
Definition
USING:
assocs
continuations
couchdb
kernel
urls
;
IN:
furnace.auth.providers.couchdb.private
:
unreserve-from-id
( id -- )
[
get-url
dup
couch-get
"_rev"
of
"rev"
set-query-param
couch-delete
drop
]
curry
[
is-couchdb-not-found-error?
]
ignore-error
;