Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteUser ¶
func DeleteUser()
DeleteUser uses the UserDestroy parameters.
swagger:route DELETE /users/{user_id} users UserDestroy
Delete a user.
Responses: 200: statusResponse
Types ¶
type StatusResponse ¶
type StatusResponse struct {
// requests allowed per window
//
// Extensions:
// x-units: requests-per-minute
XRateLimit int `json:"X-Rate-Limit"`
}
StatusResponse carries a header with an Extensions: block. Response headers do NOT yet honor Extensions: (the #1609 gap, reframed): the x-units extension is dropped from the emitted header.
swagger:response statusResponse
Click to show internal directories.
Click to hide internal directories.