Delete a team
DELETE {{baseUrl}}/{{version}}/teams/{{team_id}}
It gives you the possibility to delete a team by team Unique Identification (UID) team_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The Team has been soft deleted :)"}