cURL
curl --request DELETE \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{orgId}/teams/{teamId}
{ "id": "<string>", "name": "<string>", "organizationId": "<string>", "coachUids": [ "<string>" ], "coachManifest": {}, "memberUids": [ "<string>" ], "memberManifest": {}, "newUserDefaultConversationTypes": [ "<string>" ], "createdAt": "<string>" }
Hard-delete a single team within a single org
Organization ID
ID of the team to delete
The response is of type object.
object