Discussions

Ask a Question
Back to All

Problem with Delete API Response

https://developers.avayacloud.com/onecloud-ccaas/reference/deletequeue

On deleting the Queue
{
"type": https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling,
"title": "Not Acceptable",
"status": 406,
"detail": "Could not find acceptable representation"
}
When we removed the accept header the call is successful (I get a 204 and the queue is deleted).

It’s a bit unusual that the API call fails if the accept header is set but not required. Not sure if this is a bug or not.

can 406 error updated here https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling ?