MENU
アカウント削除 - Database API v1
Description
アカウントを削除します。
Request URL
Database API v1.0 DELETE /v1/users/(uuid: user_id)
Request Paramters
Parameter | Value | Style | Type | Description |
---|---|---|---|---|
X-Auth-Token | - | header | string | Userトークン |
user_id | - | URI | UUID | ユーザーID |
Response Paramters
Parameter | Value | Style | Type | Description |
---|
Request Json
Normal response codes
202 - Success
Error response codes
400 - Bad Request
401 - Access Denied
404 - Not Found
Repeatable
No
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X DELETE \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: 39be9f8d53044388b7f2e867eba8b140" \ https://database-hosting.tyo1.conoha.io/v1/users/5f02c821-977f-4160-812d-397a5e3c7caa
- RES
HTTP/1.1 202 Success Date: Tue, 09 Dec 2014 01:46:58 GMT Server: Apache Content-Length: 1003 Content-Type: application/json