コンテンツにスキップ
Vessios Docs
日本語
Esc
navigateopen⌘Jpreview

Delete Tenant

テナントと全データを削除する(owner のみ・GDPR 対応)。

DELETE/tenants/me
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
confirm_namestringrequired
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X DELETE "/tenants/me" \
  -H "Content-Type: application/json" \
  -d '{
  "confirm_name": "string"
}'
Response
"string"