Deletes a specific service deployed to a Service Point v4.
Request: DELETE https://<us|eu>.fleet.bluec.at/user/api/v1/serviceInstances/{id}
Authorization: Bearer token
Path parameter
Name | Description | Type | Required/Optional |
id | The service instance ID | Integer | Required |
Successful response
202 Accepted
Possible error codes
- 404 Service instance not found
- 409 Service instance deletion is already queued
- 500 Internal Server Error