Skip to main content

Delete a Machine Authenticator

DELETE 

/api/web/v1/users/:userid/machines/:id

Deletes a Machine Authenticator from a user. Caller requires the USERMACHINES:REMOVE permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user from which the machine authenticator is to be deleted.

    id stringrequired

    The UUID of the machine authenticator which is to be deleted.

Responses

Successful

Loading...