Used to delete a basicauth identity from wayfinder
Used to delete a basicauth identity from wayfinder
Path Parameters
user stringrequired
The name of the user we are deletingg
Responses
- 200
- 401
- 403
- 404
- 500
Contains the identities definitions
If not authenticated
If authenticated but not authorized
User does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...