Delete Role
- Print
- PDF
Delete Role
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Delete Role
API
- DELETE /roles/{roleNo}
Request
Path Variables
Parameter | Mandatory | Type | Constraints | Description |
---|---|---|---|---|
roleNo | Y | String | roleNo |
응답
Parameter Name | Mandatory | Type | Constraints |
---|---|---|---|
ProcessResult | Y | ProcessResult | Processing Result |
- Example Response - 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 | Invalid roleNo. |
- Delete Role
API
- DELETE /roles/{roleNo}
Request
Path Variables
Parameter | Mandatory | Type | Constraints | Description |
---|---|---|---|---|
roleNo | Y | String | roleNo |
응답
Parameter Name | Mandatory | Type | Constraints |
---|---|---|---|
ProcessResult | Y | ProcessResult | Processing Result |
- Example Response - 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 | Invalid roleNo. |
Was this article helpful?