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