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" }
Was this page helpful?