Remove a Users Secret
DELETE/v2/users/:userId/secret
Remove the current client ID and client secret from a machine user.
Required permission:
- user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- default
The secret was either successfully removed or it didn't exist in the first place.
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.