Interface for Deleting Dialog ID Binding Relationships
Description
This interface is used to delete a dialog ID binding.
Interface Method
POST
URL
https://IP:PORT/oifde/rest/api/deletenavigationinfo
Request
| Parameter | Type | Position | Mandatory | Description |
|---|---|---|---|---|
| tenantId | String | Body | Yes | Tenant ID. |
| accessIdList | String[] | Body | Yes | List of dialog binding relationship IDs in an array. Each ID is a string. |
| accessCodeList | String[] | Body | No | List of dialog binding relationship codes. |
| authToken | String | Body | Yes | Authentication token. For details, see C3 OIAP Interface Authentication. |
Response
| Parameter | Type | Position | Mandatory | Description |
|---|---|---|---|---|
| errorCode | Integer | Body | No | Error code. If the operation is successful, no error code is returned. If the operation fails, see Common Error Codes. |
| errorMsg | String | Body | No | Error description. |
Example
- Request
{ "tenantId": "tenant001", "accessIdList": ["10001", "..."], "accessCodeList": ["10086", "..."], "authToken": "0***************************" } - Response
No response body
Deletion failed.
{ "errorCode" : 100000, // Error code, which is an integer. The status code 200 indicates success. "errorMsg" : "" }
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot