DELETE
/
api
/
v1
/
team
/
{id}
curl --request DELETE \
  --url https://api.bundle.social/api/v1/team/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "avatarUrl": "<string>",
  "organizationId": "<string>",
  "createdById": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
200

The response is of type object.