# [EXPERIMENTAL] Delete External Deployment Delete an external Deployment, defined by their id. It is not possible to delete Deployments that are managed by the PTV OptiFlow platform. In order to remove these Deployments, you can use the planning_id to unrelease the corresponding route in the PTV OptiFlow planning. Endpoint: DELETE /deployment/{id} Version: 1.27.2 Security: clientCredentials ## Path parameters: - `id` (string, required) Unique identifier for this external Deployment. ## Response 404 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." ## Response 204 fields ## Response 401 fields