cURL
curl --request DELETE \ --url https://api.olie.ai/api/management/squads/{squad} \ --header 'Authorization: Bearer <token>'
Delete um squad. Desvincula todos os usuários antes de excluir.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
""
200
Was this page helpful?