Delete a Guia Group Member
Delete a single member of a group
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location -g --request DELETE 'https://iot.exati.com.br/staging/guia/groups/0fcf4e82-e1a1-4f72-93fc-5b44c605980c/members/devices/{{device-uuid}}/f47aa372-d7c7-46bd-8728-409a82fffc9d?vendorUuid&clientAddress' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json
The member is successfully deleted
{
"resource": "groups",
"address": "string"
}
Modified at 2025-07-31 11:24:27