Delete Application
Applications
Delete Application
Deletes an application by its ID.
DELETE
Delete Application
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The application ID to delete.
Response
The response containing the ID of the deleted application.
Error Responses
The error code indicating the reason for the failure. Possible values:
UNAUTHORIZED: The user is not authenticated or does not have sufficient permissions.APP_NOT_FOUND: The specified application does not exist.APP_ID_REQUIRED: The application ID was not provided.DELETE_APP_FAILED: The application could not be deleted.
A descriptive message providing additional details about the error.