hex_api_release.retire
You're seeing just the function
retire
, go back to hex_api_release module for more information.
Specs
retire(hex_core:config(), binary(), binary(), retirement_params()) -> hex_api:response().
Retires a package release.
Examples:
> hex_api_release:retire(hex_core:default_config(), <<"package">>, <<"1.0.0">>, Params). {ok, {204, ..., nil}}