DELETE
/
admin
/
beta
/
groups
/
{group_id}
Excluir grupo beta
curl --request DELETE \
  --url https://services.staging.app.dados.rio/rmi/v1/admin/beta/groups/{group_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

204

Grupo excluído com sucesso