This API is used to disable Smart Connect for a pay-per-use instance.
POST /v2/{project_id}/kafka/instances/{instance_id}/delete-connector
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain it, see Obtaining a Project ID. |
instance_id |
Yes |
String |
Instance ID. |
None
Status code: 200
Parameter |
Type |
Description |
---|---|---|
job_id |
String |
ID of the job for asynchronously executing the deletion task. |
POST https://{endpoint}/v2/{project_id}/kafka/instances/{instance_id}/delete-connector
Status code: 200
Smart Connect disabling task submitted successfully.
{ "job_id" : "d366178c-29ea-4d5c-a344-fa2ece4a1836" }
Status Code |
Description |
---|---|
200 |
Smart Connect disabling task submitted successfully. |
See Error Codes.