Skip to main content
DELETE
/
api
/
management
/
project-groups
/
{project_group}
Deletar um grupo de projetos
curl --request DELETE \
  --url https://api.olie.ai/api/management/project-groups/{project_group} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

project_group
string
required

Response

200

200