Headers
-
The id of the target brand
Path parameters
-
The waiting list id
DELETE /chat/waiting-list/{id_waiting_list}
curl \
-X DELETE https://domain.tld/api/v2/chat/waiting-list/{id_waiting_list} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "X-Popsell-Brand: 3"
Response examples (401)
{
"message": "Unauthorized."
}