Application Delete
Deletes a streaming application.
Request
| Property | Value |
|---|---|
| Method | DELETE |
| URL | /api/applications/{appName} |
| Content-Type | application/json |
| Authentication | Bearer Token |
Request
curl -X DELETE "{BASE_URL}/api/applications/{appName}" \
-H "Authorization: Bearer YOUR_TOKEN"
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
appName | string | Yes | Application name |
Request
curl -X DELETE "{BASE_URL}/api/applications/{appName}" \
-H "Authorization: Bearer YOUR_TOKEN"
Response Body
| Parameter | Type | Description |
|---|---|---|
message | string | Response status message |
Metadata
| Parameter | Type | Description |
|---|---|---|
meta.executionTime | integer | Request processing time in milliseconds |
meta.generatedAt | integer | Response generation timestamp (Unix timestamp in ms) |
Successful Response (200)
{
"meta": {
"executionTime": 8,
"generatedAt": 1766061597478
},
"message": "Application mono has been deleted"
}
Error Responses
Application Not Found (404)
| Parameter | Type | Description |
|---|---|---|
message | string | Human-readable error message |
{
"message": "Application not found"
}
Support Needed?
Create a free ticket and our support team will provide you necessary assistance.