アカウント削除リクエスト
POST /dashboard/account/delete
POST
/dashboard/account/delete
アカウント削除を予約する。30日間の猶予期間後にデータが完全削除される。 パスワードユーザーは password、OAuthユーザーは verificationCode のいずれかが必須。
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
password
パスワードユーザー用の本人確認
string
verificationCode
OAuth ユーザー用の6桁確認コード
string
Examples
パスワードユーザー
{ "password": "current-password"}OAuth ユーザー
{ "verificationCode": "123456"}Responses
Section titled “ Responses ”削除リクエスト受付完了
object
deletionRequestedAt
string format: date-time
deletionScheduledAt
string format: date-time
パスワード不正 / 既に削除リクエスト済み
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400チームに他メンバーがいるオーナー
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400