ユーザ削除
- 印刷する
ユーザ削除
- 印刷する
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
ユーザを削除する。
PATH PARAMETERS
userId required | string <uuid> ユーザID |
HEADER PARAMETERS
Authorization required | string 認証情報 (付録参照) |
Accept required | string Value: "application/json" レスポンスの形式 |
Responses
RESPONSE SCHEMA: application/json
result required | string Value: "OK" 処理結果 |
Response samples
- 200
Content type
application/json
{- "result": "OK"
}
- 403
Content type
application/json
{- "message": "Error message"
}
- 404
Content type
application/json
{- "message": "Error message"
}