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