Delete a service (DELETE /v1/services/{service_id})

Deletes the specified service.

Storage of access logs is stopped immediately except for transactions in progress.

The table below lists the main status codes and X-Message header values.

Status code X-Message
202 Accepted: Request was received
409 Service is in progress: Another process is in progress

Request Headers

Refer to "Common API request headers" for details.

Request Parameters

service_id

ID of the service.

Data Type Cardinality
String 1..1

Request Elements

None.

Response Headers

Refer to "Common API response headers".

Response Elements

None.

Example of Response


       DELETE /v1/services/ct-test-service_id-60
       
       HTTP/1.1 202 Accepted
       X-Message: Accepted
       Content-Length: 0