Enable/Disable Connection

Use this API to Disable or Enable a connection

Path

/v1/partner/connection/<string_id>/<state>

Method

PUT

Header

Content-Type: application/json

Authorization: Bearer access token

Query Params

NONE

Success response

{

"code": 200,

"message": "string",

"response": {

"requestId": "string",

"state": int

}

}

Error response

{

"code": 500,

"message": "string",

"response": null

}

Last updated