FAQ Group Deletion Interface
Interface Method
POST
URL
https://IP:PORT/oifde/rest/api/faqGroup/delete
Request
Parameter |
Type |
Position |
Mandatory |
Description |
---|---|---|---|---|
tenantId |
String |
Body |
Yes |
Tenant ID. |
faqGroupIds |
int[] |
Body |
Yes |
List of IDs to be deleted. |
authToken |
String |
Body |
Yes |
Authentication token. For details, see C3 OIAP Interface Authentication. |
Response
Parameter |
Type |
Position |
Mandatory |
Description |
---|---|---|---|---|
faqGroupModel |
FaqModel |
Body |
No |
Q&A data. |
faqModel |
FaqElementModel |
Body |
No |
Q&A object data. |
errorCode |
String |
Body |
Yes |
Error code.
|
errorMsg |
String |
Body |
No |
Error description. |
Example
- Request
{ "tenantId": "00030010", "faqGroupIds":[10000,10001], "authToken": "e**************************" }
- Response
{ "errorCode" : "0", "errorMsg" : "" }
Feedback
Was this page helpful?
Provide feedbackThank 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