v1
API
CLI
JS Client

Team / Team Roles /

Delete team role

Deletes a platform role from a team.

Required permission

Account > Admin > Roles > Manage

Path parameters

    • teamId

      string required
      ID of the team
    • roleId

      string required
      ID of the team role

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/teams/{teamId}/roles/{roleId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.