The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Auth0::Management::Role::Delete - Role that provides a 'delte' API method

SYNOPSIS

    package WebService::Auth0::Management::Users;

    use Moo;
    extends 'WebService::Auth0::Management::Base';

    with 'WebService::Auth0::Management::Role::Delete';

    sub path_suffix { 'users' }

    # Other custom methods for the Endpoint

    1;

DESCRIPTION

Helper role

METHODS

This class defines the following methods:

delete ($id)

Delete a resource identified with $id

SEE ALSO

WebService::Auth0, https://auth0.com. WebService::Auth0::Management::Base

AUTHOR

    See L<WebService::Auth0>
  

COPYRIGHT & LICENSE

    See L<WebService::Auth0>