Delete sub account
- Print
- PDF
Delete sub account
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Delete a sub account.
API
- DELETE /sub-accounts/{subAccountId}
Request
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
subAccoundId | Y | String | Sub Account Id |
Response
Parameter | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Result of processing |
- Response Example - Success
{
"success": true
}
Error
Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.
For more information about common errors, refer to Naver Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
401 | 30 | The account doesn't exist. |
Was this article helpful?