# Delete app version Empty response Endpoint: DELETE /enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `version_id` (string, required) A UUID string identifying this app version. - `application_id` (string, required) A UUID string identifying this application. - `enterprise_id` (string, required) A UUID string identifying enterprise. ## Response 200 fields (application/json): - `request_id` (string) - `templates` (array) List of linked templates to an app version - `templates.id` (integer) Id of the linked template - `templates.name` (string) Name of the linked template ## Response 400 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 403 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 204 fields