Skip to main content
DELETE
/
admin
/
beta
/
groups
/
{group_id}
Excluir grupo beta
curl --request DELETE \
  --url https://services.pref.rio/rmi/v1/admin/beta/groups/{group_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dados.rio/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required

ID do grupo

Response

Grupo excluído com sucesso