Delete a Team – Management API – MediaKind

Delete a Team

del https://app.mk.io/api/v1/organization/teams/:team_name

Delete the team, including all of its rights. This will not remove users from your organization.

RBAC Capability Required: core.team.delete

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

team_name

string Required

Response

204 Deleted team

No response body.

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error