Delete a certificate user
OK
Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
curl -i -X DELETE \ 'http://localhost:8081/user-service/v1/user/cert/{username}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "message": "Field \"name\" cannot be null",
- "status": 400,
- "error": "Bad Request",
- "timestamp": "2023-12-13T19:02:31.5897497",
- "path": "/user-service/v1"
}