You can call this operation to delete a service version.
Debugging
Request headers
This operation uses only common request headers. For more information, see Common parameters.
Request syntax
DELETE /services/{serviceName}/versions/{versionId} Request parameters
| Parameter | Type | Position | Required | Example | Description |
| serviceName | String | Path | Yes | service_name | The name of the service. |
| versionId | String | Path | Yes | 1 | The version of the service. |
Examples
Sample requests
DELETE /services/service_name/versions/1 HTTP/1.1
Common request headersSample success responses
JSON format
HTTP/1.1 204 No Content
Common response headersError codes
For a list of error codes, visit the API Error Center.