hex_api_organization_member.delete
You're seeing just the function
delete
, go back to hex_api_organization_member module for more information.
Specs
delete(hex_core:config(), binary()) -> hex_api:response().
Deletes an organization member.
Examples:
> hex_api_organization_member:delete(hex_core:default_config()#{api_organization => <<"acme">>}, <<"user">>).
{ok, {204, ..., nil}}