Manage Teams and Members
Delete a specific team by its origin or id
delete
/api/teams/{originOrId}Delete a specific team by its origin or id.
Parameters 1
originOrIdpathrequiredThe origin or id of the team.
string
bash
Sample request12curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/teams/123e4567-e89b-42d3-a456-426614174000' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Team deleted successfully.