Delete an application
DELETE/api/v1/appliations/:appId
Delete an application
Request
Path Parameters
appId stringrequired
Application Id
Header Parameters
X-API-KEY stringrequired
APIKey
Responses
- 204
- 403
- 404
- 500
Application successfully deleted
forbidden to delete application. Only the owner of the organization can delete the application
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
application not found
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
unable to delete application
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...