Delete application
- Print
- PDF
Delete application
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete an application.
Request
- DELETE /applications/{applicationId}
Request path
Parameter | Type | Required | Description | Restrictions |
---|---|---|---|---|
applicationId | String | Y | Application Id |
Response
Response body
{
"success" : "boolean"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
success | boolean | Success status |
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9016 | Application does not exist. |
Was this article helpful?