Team
Delete team
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
Path Parameters
Response
200
application/json
200
The response is of type object
.
Was this page helpful?
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"
}