cURL
curl --request DELETE \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services/{service_id}
{ "code": "<string>", "message": "<string>" }
Deletes a specific service. This is an asynchronous operation.
The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the service.
"d1k5vk7hf2"
Deletion request has been accepted.
Was this page helpful?