You can call this operation to delete a service version.

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 headers

Sample success responses

JSON format

HTTP/1.1 204 No Content
Common response headers