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

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"The Team has been soft deleted :)"}